fix(qr-button): increase mini QR code size to 80px

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-23 10:33:49 -05:00
parent 81f202d215
commit 61ac7378bd

View File

@@ -61,7 +61,7 @@ export function QRCodeButton({ url, style }: QRCodeButtonProps) {
Object.assign(e.currentTarget.style, buttonStyles)
}}
>
<QRCodeSVG value={url} size={72} level="L" />
<QRCodeSVG value={url} size={80} level="L" />
</button>
</Popover.Trigger>