Skip to content

Commit

Permalink
fix: Update modal zIndex & binance wallet id (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 authored Jan 7, 2025
1 parent 0e7234e commit 05eb4de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-coats-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/walletkit': patch
---

Update modal zIndex & binance wallet id
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const radii = {
};

const zIndices = {
modal: 2300,
toast: 2500,
modal: 1300,
toast: 1500,
};

export const base = {
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/src/evm/wallets/binanceWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function binanceWallet(props: InjectedEvmWalletOptions = {}): EvmWallet {
return injected({
shimDisconnect: true,
target: {
id: binanceWallet().id,
id: this.id,
name: binanceWallet().name,
async provider() {
if (isMobile() && binanceWallet().isInstalled() && !isReady) {
Expand Down

0 comments on commit 05eb4de

Please sign in to comment.