Skip to content

Commit

Permalink
chore: NO-JIRA add bg to text Input
Browse files Browse the repository at this point in the history
  • Loading branch information
wleklinskimateusz committed Nov 3, 2023
1 parent 72d8b41 commit 701fae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/TextInput.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type TextInputConfig = {
} & BaseProps;

export const defaultConfig = {
bg: '$color-interaction-background-formField',
display: 'flex',
alignItems: 'center',
h: '$size-medium',
Expand Down

0 comments on commit 701fae8

Please sign in to comment.