Skip to content

Commit

Permalink
fix: Line in the middle after opening wallet dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Apr 7, 2023
1 parent 6f596ae commit 736a086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/ConnectWallet/useConnectWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import ConnectWalletModal from './ConnectWalletModal.vue'

export const ConnectWalletModalConfig = {
component: ConnectWalletModal,
canCancel: true,
canCancel: ['escape', 'outside'],
customClass: 'connect-wallet-modal',
}

0 comments on commit 736a086

Please sign in to comment.