Fix MuiPaper background color in v5 default dark mode
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
@@ -239,4 +239,7 @@ export const defaultComponentThemes: ThemeOptions['components'] = {
|
||||
underline: 'hover',
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
styleOverrides: { root: { backgroundImage: 'unset' } },
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user