fix(input) Fix background color (#12452)
Use theme background on autofill Firefox
This commit is contained in:
parent
51ac3ef64a
commit
a780051720
|
@ -49,6 +49,7 @@ const useStyles = makeStyles()((theme: Theme) => {
|
|||
|
||||
input: {
|
||||
backgroundColor: theme.palette.ui03,
|
||||
background: theme.palette.ui03,
|
||||
color: theme.palette.text01,
|
||||
...withPixelLineHeight(theme.typography.bodyShortRegular),
|
||||
padding: '10px 16px',
|
||||
|
|
Loading…
Reference in New Issue