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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user