Skip to content

Commit

Permalink
fix: add padding to disconnected wallet buttons state
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent 9d7f064 commit 456de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/components/WalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function WalletButton({
'h-full w-full max-w-36 select-none justify-end overflow-x-hidden transition-all duration-300 ease-in-out hover:max-w-full focus:max-w-full active:max-w-full motion-reduce:transition-none',
isConnected
? 'bg-session-green hover:bg-session-green hover:text-session-black px-0 py-0 hover:brightness-110'
: 'px-3 py-1',
: 'px-3 py-2',
forceBalanceOpen && 'max-w-full'
)}
aria-label={isConnected ? ariaLabels.connected : ariaLabels.disconnected}
Expand Down

0 comments on commit 456de0e

Please sign in to comment.