Skip to content

Commit

Permalink
Fixing TextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 10, 2024
1 parent ca1aadb commit 0cd43b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/TextInput/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export type WrapVariants = RecipeVariants<typeof wrapVariants>
export const input = recipe({
base: atoms({
display: 'block',
background: 'transparent',
border: 'none',
paddingX: '0',
paddingY: '4',
width: 'full',
height: 'full',
Expand Down

0 comments on commit 0cd43b8

Please sign in to comment.