From d762f29f75cd57a2483eac892187da953d45f3b8 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 10 Sep 2019 15:47:20 +0200 Subject: [PATCH] Fix snackbars shadows --- src/theme.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index ffa2ce770..b7e933d7d 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -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: {