Skip to content

Commit

Permalink
fix: update component color
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Sep 18, 2023
1 parent 2e99e83 commit c6b89c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roomkit-react/src/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Input = styled('input', {
boxShadow: '0 0 0 1px $colors$primary_default',
border: '1px solid transparent',
},
'&:placeholder': {
'&::placeholder': {
color: '$on_surface_medium',
},
variants: {
Expand Down

0 comments on commit c6b89c8

Please sign in to comment.