Fix MuiPaper background color in v5 default dark mode

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-12-01 14:52:39 +01:00
parent a898b29ba5
commit e91c19d006
4 changed files with 12 additions and 7 deletions
@@ -239,4 +239,7 @@ export const defaultComponentThemes: ThemeOptions['components'] = {
underline: 'hover',
},
},
MuiPaper: {
styleOverrides: { root: { backgroundImage: 'unset' } },
},
};