Skip to content

Commit

Permalink
[FE] FIX: AdminSlackNoti 페이지에 다크모드 적용시 텍스트 색상이 흰색으로 바뀌지 않는 버그 해결 #1649
Browse files Browse the repository at this point in the history
  • Loading branch information
gykoh42 committed Sep 26, 2024
1 parent 2680023 commit fb6b9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Cabinet/pages/admin/AdminSlackNotiPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ const FormSubTitleStyled = styled.h3`
`;

const FormTextareaStyled = styled.textarea`
color: var(--normal-text-color);
box-sizing: border-box;
width: 100%;
min-height: 200px;
Expand Down

0 comments on commit fb6b9cb

Please sign in to comment.