Skip to content

Commit

Permalink
always use a transparent background (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored Oct 3, 2024
1 parent 15ee509 commit ddab878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wormhole-connect/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ export const getDesignTokens = (customTheme: WormholeConnectPartialTheme) => {
customTheme,
) as WormholeConnectTheme;

theme.background.default = 'transparent';

return createTheme({
components: {
MuiPaper: {
Expand Down

0 comments on commit ddab878

Please sign in to comment.