fix(input) Fix background color (#12452)

Use theme background on autofill Firefox
This commit is contained in:
Robert Pintilii 2022-10-26 09:09:58 +03:00 committed by GitHub
parent 51ac3ef64a
commit a780051720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ const useStyles = makeStyles()((theme: Theme) => {
input: { input: {
backgroundColor: theme.palette.ui03, backgroundColor: theme.palette.ui03,
background: theme.palette.ui03,
color: theme.palette.text01, color: theme.palette.text01,
...withPixelLineHeight(theme.typography.bodyShortRegular), ...withPixelLineHeight(theme.typography.bodyShortRegular),
padding: '10px 16px', padding: '10px 16px',