Skip to content

Commit

Permalink
fix: use transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed May 2, 2024
1 parent 64c1def commit b9a4c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (1.3.2).
* Mock Service Worker (1.3.3).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
1 change: 1 addition & 0 deletions src/modules/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const theme = createTheme({
secondary: pink,
default: grey['500'],
background: {
default: 'transparent',
paper: '#fff',
},
},
Expand Down

0 comments on commit b9a4c38

Please sign in to comment.