Skip to content

Commit

Permalink
fix connect button size
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Feb 22, 2024
1 parent 5d5dadf commit daf8aa9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit daf8aa9

Please sign in to comment.