Skip to content

Commit

Permalink
✨ input 입력창 color 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Sep 27, 2023
1 parent f8a1ea8 commit 90e2710
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/organisms/CommentInput/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
display: flex;
align-items: center;
gap: 5px;

button {
margin: 0 2rem;
}
}

.comment--input {
Expand All @@ -25,7 +21,8 @@
flex-wrap: wrap;
align-items: baseline;
overflow: hidden;

@include themed() {
background-color: t(bg-1);
color: t(gray-5);
}
}

0 comments on commit 90e2710

Please sign in to comment.