Skip to content

Commit

Permalink
Fix placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Dec 12, 2024
1 parent 0de80d4 commit 17d3fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/src/components/TextInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const StyledTextArea = styled.textarea`
padding: ${({ theme }) => theme.space[1]}px;
::placeholder {
color: ${({ theme }) => theme.colors.textDisabled};
color: ${({ theme }) => theme.colors.textSecondary};
}
`

Expand Down

0 comments on commit 17d3fde

Please sign in to comment.