diff --git a/src/components/ConnectWallet.tsx b/src/components/ConnectWallet.tsx index 84312d96..55a47235 100644 --- a/src/components/ConnectWallet.tsx +++ b/src/components/ConnectWallet.tsx @@ -53,7 +53,7 @@ export function ConnectWallet({ onNavigate, compact }: ConnectWalletProps = {}) {profile?.pfpUrl && ( // eslint-disable-next-line @next/next/no-img-element @@ -77,7 +77,7 @@ export function ConnectWallet({ onNavigate, compact }: ConnectWalletProps = {}) {profile?.pfpUrl && ( // eslint-disable-next-line @next/next/no-img-element @@ -116,8 +116,8 @@ export function ConnectWallet({ onNavigate, compact }: ConnectWalletProps = {}) type="button" className={ compact - ? "border-border text-accent hover:bg-accent hover:text-background rounded border px-2 py-1 text-xs font-medium transition-colors" - : "border-border text-accent hover:bg-accent hover:text-background rounded-full border px-3 py-1 text-xs font-medium transition-colors" + ? "border-border text-accent hover:bg-accent hover:text-background flex h-7 items-center rounded border px-2 py-1 text-xs font-medium transition-colors" + : "border-border text-accent hover:bg-accent hover:text-background rounded border px-3 py-1 text-xs font-medium transition-colors" } > {compact ? "Connect" : "connect wallet"} diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index fb1dd290..71e6dbd2 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -72,17 +72,17 @@ export function NavBar() { {/* Right side: wallet + mobile toggle */}