Skip to content

Commit

Permalink
[skip ci] Use light theme for WC qr modal
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Picco committed Jul 12, 2023
1 parent 5979b5a commit d4a007d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/contexts/EthereumProviderContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export const getEvmWallets = (): EVMWallet[] => {
connectorOptions: {
projectId: process.env.REACT_APP_WALLET_CONNECT_PROJECT_ID || "",
showQrModal: true,
qrModalOptions: {
explorerAllowList: [],
explorerDenyList: [],
themeMode: 'light'
},
metadata: {
url: "https://portalbridge.com",
name: "Wormhole Portal Bridge",
Expand Down

0 comments on commit d4a007d

Please sign in to comment.