Fix unreadable alert boxes in dark mode (#2001)
This commit is contained in:
parent
f257a248cc
commit
f24f7b3089
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const useStyles = makeStyles(
|
||||||
color: theme.palette.error.contrastText
|
color: theme.palette.error.contrastText
|
||||||
},
|
},
|
||||||
...theme.typography.body1,
|
...theme.typography.body1,
|
||||||
background: theme.palette.saleor.fail.light,
|
background: theme.palette.alert.paper.error,
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
marginBottom: theme.spacing(2),
|
marginBottom: theme.spacing(2),
|
||||||
padding: theme.spacing(2.5)
|
padding: theme.spacing(2.5)
|
||||||
|
|
Loading…
Reference in a new issue