From 5475f9b518d3452e83acacdbc36bc348ac6a2ca2 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Mon, 19 Jan 2026 16:25:26 +0100 Subject: [PATCH] Add spacing between wallet viewer icon buttons (#156) * 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. * style: remove "Waiting for payment..." text from receive dialog The QR code overlay spinner already indicates payment checking status. --------- Co-authored-by: Claude --- src/components/WalletViewer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/WalletViewer.tsx b/src/components/WalletViewer.tsx index acd38a7..e610397 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 && ( @@ -1633,7 +1633,6 @@ export default function WalletViewer() { Receive Payment Generate a Lightning invoice to receive sats. - {checkingPayment && " Waiting for payment..."}