fix(ui): update QrCode.Frame width and styling

This commit is contained in:
2026-08-12 00:50:49 +02:00
parent 9c971a0feb
commit 2c28b18098
+1 -1
View File
@@ -11,7 +11,7 @@
<h1 class="font-malibu text-4xl">Zoé &amp; Shaldon</h1>
<QrCode value={wedding.siteUrl} class="flex flex-col items-center gap-4">
<QrCode.Frame class="w-56">
<QrCode.Frame class="w-80 bg-white p-4">
<QrCode.Pattern />
</QrCode.Frame>