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

🤖 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:34:33 -05:00
parent 61ac7378bd
commit 3fae5ea6fa
1 changed files with 1 additions and 1 deletions

View File

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