From 5041ce6af5ebbb2feb59624dfecdad140dcfa266 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Thu, 9 Jul 2026 00:18:28 +0200 Subject: [PATCH] ui(receive): increase font size of address --- src/components/receive/ReceivePage.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/components/receive/ReceivePage.tsx b/src/components/receive/ReceivePage.tsx index 25717faf..29325ec3 100644 --- a/src/components/receive/ReceivePage.tsx +++ b/src/components/receive/ReceivePage.tsx @@ -23,6 +23,7 @@ import { buttonVariants } from '../ui/button-variants' import { Address } from '../ui/jam/Address' import { BitcoinAddressQrCode } from '../ui/jam/BitcoinQrCode' import { CopyButton } from '../ui/jam/CopyButton' +import { MaskedText } from '../ui/jam/MaskedText' import { ReceiveForm } from './ReceiveForm' const QRCODE_WIDTH = 320 @@ -117,7 +118,7 @@ export const ReceivePage = ({ walletFileName }: ReceivePageProps) => { - +
{getAddressMutation.isPending ? ( @@ -157,16 +158,20 @@ export const ReceivePage = ({ walletFileName }: ReceivePageProps) => {
{getAddressMutation.isPending ? ( -
- +
+ } + />
) : (
{!getAddressMutation.data?.address ? ( -
+
) : ( -
+
)} {
-