Commit 8274fab1 authored by 우지원's avatar 우지원
Browse files

ui 수정본2

parent 66bf5dcc
...@@ -50,7 +50,7 @@ const ChannelSingle = () => { ...@@ -50,7 +50,7 @@ const ChannelSingle = () => {
</div> </div>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#f5cfe385" }}> <div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}>
<img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" /> <img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" />
<h5 className="col mt-2">일반</h5> <h5 className="col mt-2">일반</h5>
</div> </div>
...@@ -74,7 +74,7 @@ const ChannelSingle = () => { ...@@ -74,7 +74,7 @@ const ChannelSingle = () => {
</div> </div>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#f5cfe385" }}> <div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}>
<img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" /> <img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" />
<h5 className="col mt-2">공지</h5> <h5 className="col mt-2">공지</h5>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment