Skip to content

Commit

Permalink
fix: sign in button offset
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders authored and chambaz committed Nov 29, 2023
1 parent 38e56ce commit 2ede608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const WalletButton = () => {
<>
{!isLoading &&
(!connected ? (
<Button className="gap-1.5 py-0 pr-2">
<Button className={`gap-1.5 py-0 ${walletInfo ? "pr-2" : "pr-4"}`}>
<div className="flex flex-row relative h-full gap-4">
<div onClick={() => handleWalletConnect()} className="inline-flex items-center gap-2">
Sign in with
Expand Down

0 comments on commit 2ede608

Please sign in to comment.