Skip to content

Commit

Permalink
Fixing TextInput font color
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 10, 2024
1 parent 18a69d2 commit 97aafc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const input = recipe({
base: atoms({
display: 'block',
background: 'transparent',
color: 'text100',
border: 'none',
paddingX: '0',
paddingY: '4',
Expand Down

0 comments on commit 97aafc4

Please sign in to comment.