Fix snackbars shadows

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-10 15:47:20 +02:00
parent 188c92aea3
commit d762f29f75

View file

@ -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: {