Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Jul 5, 2023
1 parent 512edf6 commit 06b6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/libs/connect/web3modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const web3modal = new Web3Modal(
'--w3m-color-bg-1': 'var(--primary-background)',
'--w3m-color-bg-2': 'var(--neutral-background)',
// '--w3m-color-bg-3': '',
'--w3m-color-overlay': 'var(--neutral-background)',
// '--w3m-color-overlay': 'var(--neutral-background)',
},
themeMode: (localStorage.getItem('theme') as 'dark' | 'light') ?? 'dark',
},
Expand Down

0 comments on commit 06b6901

Please sign in to comment.