Skip to content

Commit

Permalink
fix: extra update inside textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 24, 2021
1 parent e479611 commit 88a1672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/textfield/textfield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const textFieldStyles = {
bottomBorder: ({
status,
fontSize,
paddingVertical,
textFieldColors,
}: TextFieldStyleProps) => {
return {
Expand All @@ -120,7 +121,7 @@ const textFieldStyles = {
color: textFieldColors[status].textColor,
borderBottomColor: textFieldColors[status].mainColor,
fontSize,
paddingVertical: '8px',
paddingVertical,
hover: {
borderColor: textFieldColors[status].mainColorHighlight,
},
Expand Down

1 comment on commit 88a1672

@vercel
Copy link

@vercel vercel bot commented on 88a1672 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.