mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 15:36:53 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
@@ -993,7 +993,7 @@ export default function WalletViewer() {
|
||||
</div>
|
||||
|
||||
{/* Right: Info Dropdown, Refresh, Disconnect */}
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-3">
|
||||
{walletInfo && (
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
@@ -1633,7 +1633,6 @@ export default function WalletViewer() {
|
||||
<DialogTitle>Receive Payment</DialogTitle>
|
||||
<DialogDescription>
|
||||
Generate a Lightning invoice to receive sats.
|
||||
{checkingPayment && " Waiting for payment..."}
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user