Skip to content

Commit

Permalink
design: StyledTextField color 지정 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijuy authored Jun 26, 2024
1 parent 03f8f08 commit 7570bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextField/TextField.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const StyledTextField = styled.input<StyledTextFieldProps>`
outline: none;
${({ theme }) => theme.typo.body2};
color: ${({ theme }) => theme.color.textSecondary};
caret-color: ${({ theme }) => theme.color.textPointed};
&:disabled {
Expand Down

0 comments on commit 7570bfb

Please sign in to comment.