From 935247442138089bd9a7c580d1e2ceaa7c167898 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 19 Jan 2026 15:21:38 +0000 Subject: [PATCH] style: increase spacing between wallet header icon buttons Changed gap-2 to gap-3 for better visual separation between the info, refresh, and disconnect icon buttons in the wallet viewer header. --- src/components/WalletViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WalletViewer.tsx b/src/components/WalletViewer.tsx index 55e5db7..74448f3 100644 --- a/src/components/WalletViewer.tsx +++ b/src/components/WalletViewer.tsx @@ -993,7 +993,7 @@ export default function WalletViewer() { {/* Right: Info Dropdown, Refresh, Disconnect */} -
+
{walletInfo && (