Skip to content

Commit

Permalink
Fix adoerned inputs + label margins
Browse files Browse the repository at this point in the history
  • Loading branch information
marcperezmonite committed Jan 23, 2025
1 parent fb75884 commit 3ceea2e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,15 @@ export const getFormControlStyles = (
.alpha(0.24)
.hex()}`,
},

'&.MuiInputBase-adornedEnd': {
paddingRight: 8,
},
},

'label+.MuiInputBase-root': {
marginTop: 0,
},
'&:hover': {
'& .MuiInputBase-root:not(.Mui-disabled):not(.Mui-focused)': {
backgroundColor: palette.neutral['90'],
Expand Down

0 comments on commit 3ceea2e

Please sign in to comment.