Skip to content

Commit

Permalink
fix: input shrinks
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 31, 2022
1 parent ea46d79 commit e390016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const Input = styled(InputBase)(({ theme }) => ({
paddingRight: theme.spacing(2),
[`.${inputBaseClasses.input}`]: {
padding: theme.spacing(1.5, 1, 1.5, 2),
height: '1.5em',
height: '2.875em',
},
}));

0 comments on commit e390016

Please sign in to comment.