From bcabd998670bef9da66ee465ec23e4d5a04dfab9 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Thu, 9 Jul 2026 00:28:31 +0200 Subject: [PATCH] chore: address reveal button in color of jar --- src/components/receive/ReceivePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/receive/ReceivePage.tsx b/src/components/receive/ReceivePage.tsx index a2968f5d..3bf428eb 100644 --- a/src/components/receive/ReceivePage.tsx +++ b/src/components/receive/ReceivePage.tsx @@ -19,7 +19,7 @@ import { useDeveloperMode } from '@/store/jamSettingsStore' import type { AmountSats, BitcoinAddress } from '@/types/global' import { Badge } from '../ui/badge' import { jarBadgeVariant } from '../ui/badge-variants' -import { buttonVariants } from '../ui/button-variants' +import { buttonVariants, jarButtonVariant } from '../ui/button-variants' import { Address } from '../ui/jam/Address' import { BitcoinAddressQrCode } from '../ui/jam/BitcoinQrCode' import { CopyButton } from '../ui/jam/CopyButton' @@ -132,7 +132,7 @@ export const ReceivePage = ({ walletFileName }: ReceivePageProps) => { ) : getAddressMutation.isIdle ? (