mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 12:49:29 +02:00
fix qrcode icon
This commit is contained in:
parent
835ae675fc
commit
3679e75613
@ -61,7 +61,7 @@ export function InvoiceModalContent({ invoice, onPaid }: CommonProps) {
|
||||
<Flex gap="2">
|
||||
<Input value={invoice} readOnly />
|
||||
<IconButton
|
||||
icon={<QrCodeIcon />}
|
||||
icon={<QrCodeIcon boxSize={6} />}
|
||||
aria-label="Show QrCode"
|
||||
onClick={showQr.onToggle}
|
||||
variant="solid"
|
||||
|
Loading…
x
Reference in New Issue
Block a user