Skip to content

Commit

Permalink
Merge pull request #314 from prgrms-fe-devcourse/feat-input-form-color
Browse files Browse the repository at this point in the history
✨ input입력창 색상변경
  • Loading branch information
khj0426 authored Sep 27, 2023
2 parents f8a1ea8 + 509162f commit 9f8e999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/organisms/CommentInput/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
flex-wrap: wrap;
align-items: baseline;
overflow: hidden;

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

0 comments on commit 9f8e999

Please sign in to comment.