Fix snackbars shadows
This commit is contained in:
parent
188c92aea3
commit
d762f29f75
1 changed files with 3 additions and 1 deletions
|
@ -276,7 +276,9 @@ export default (colors: IThemeColors): Theme =>
|
|||
},
|
||||
root: {
|
||||
backgroundColor: colors.background.paper,
|
||||
color: colors.font.default
|
||||
color: colors.font.default,
|
||||
boxShadow:
|
||||
"0 6px 10px 0px rgba(0, 0, 0, 0.15), 0 1px 18px 0px rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.10)"
|
||||
}
|
||||
},
|
||||
MuiSwitch: {
|
||||
|
|
Loading…
Reference in a new issue