We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 622f0c5 + 95d3250 commit ccdd937Copy full SHA for ccdd937
.storybook/preview.js
@@ -70,7 +70,7 @@ export const withMuiTheme = (Story, context) => {
70
{/* add a div wrapper to show dark mode properly. Otherwise the background color would be white. */}
71
<div
72
style={{
73
- backgroundColor: theme.palette.background.default,
+ backgroundColor: theme.palette.background.paper,
74
padding: '24px',
75
borderRadius: '8px',
76
}}
0 commit comments