Skip to content

Commit

Permalink
fix: standardize placeholder font size
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriateodoro committed Oct 14, 2021
1 parent 44187fc commit 63b82ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chakra-theme/components/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
variants: {
flushed: ({ colorScheme }: Props): any => ({
field: {
fontSize: "16px",
py: 1,
color: 'black',
borderBottomWidth: '1px',
Expand Down

0 comments on commit 63b82ef

Please sign in to comment.