From 462546cdaa2077102cc01a77bb7d38667ecaba9e Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Sat, 30 Jan 2021 16:16:14 +0100 Subject: [PATCH] Fix demo notification style --- examples/demo/src/layout/themes.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/demo/src/layout/themes.ts b/examples/demo/src/layout/themes.ts index 3540468b1a6..79865cddca6 100644 --- a/examples/demo/src/layout/themes.ts +++ b/examples/demo/src/layout/themes.ts @@ -130,6 +130,11 @@ export const lightTheme = { }, }, }, + MuiSnackbarContent: { + root: { + border: 'none', + }, + }, }, props: { MuiButtonBase: {