Skip to content

Commit

Permalink
fix(bridge-ui): add dependency (#15999)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Feb 22, 2024
1 parent 74df106 commit 14484a0
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 67 deletions.
5 changes: 3 additions & 2 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
"dependencies": {
"@wagmi/connectors": "^4.1.14",
"@wagmi/core": "^2.6.5",
"@walletconnect/ethereum-provider": "^2.11.1",
"@web3modal/wagmi": "^4.0.5",
"@walletconnect/ethereum-provider": "^2.11.2",
"@walletconnect/modal": "^2.6.2",
"@web3modal/wagmi": "^4.0.9",
"@zerodevx/svelte-toast": "^0.9.5",
"axios": "^1.6.7",
"buffer": "^6.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{:else}
<ActionButton
priority="primary"
class="!max-w-[215px] !min-h-[32px] !f-items-center !py-0"
class="!max-w-[215px] !min-h-[32px] !max-h-[48px] !f-items-center !py-0"
loading={web3modalOpen}
on:click={connectWallet}>
<div class="flex items-center body-regular space-x-2">
Expand Down
Loading

0 comments on commit 14484a0

Please sign in to comment.