Skip to content

Commit

Permalink
fix: adjust size of sizes insite textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 24, 2021
1 parent 831f93c commit 9487e6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/components/textfield/textfield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ const textFieldSizes = {
},
lg: {
fontSize: '16px',
paddingVertical: '8px',
paddingHorizontal: '12px',
paddingVertical: '12px',
paddingHorizontal: '16px',
},
xl: {
fontSize: '18px',
paddingVertical: '8px',
paddingHorizontal: '12px',
paddingVertical: '16px',
paddingHorizontal: '20px',
},
};

Expand Down

1 comment on commit 9487e6f

@vercel
Copy link

@vercel vercel bot commented on 9487e6f Dec 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.