Skip to content

Commit 089a844

Browse files
committed
fix: allow transparent background
1 parent 099474e commit 089a844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/main/Root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const theme = createTheme({
5555
secondary: pink,
5656
default: grey['500'],
5757
background: {
58+
default: 'transparent',
5859
paper: '#fff',
5960
},
6061
},

0 commit comments

Comments
 (0)