Skip to content

Commit ccdd937

Browse files
authored
Merge pull request #53 from lyjeileen/theme
docs: update storybook's background color
2 parents 622f0c5 + 95d3250 commit ccdd937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const withMuiTheme = (Story, context) => {
7070
{/* add a div wrapper to show dark mode properly. Otherwise the background color would be white. */}
7171
<div
7272
style={{
73-
backgroundColor: theme.palette.background.default,
73+
backgroundColor: theme.palette.background.paper,
7474
padding: '24px',
7575
borderRadius: '8px',
7676
}}

0 commit comments

Comments
 (0)