We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff52209 commit 5393a27Copy full SHA for 5393a27
1 file changed
design-system/ui/modals/QrModal.tsx
@@ -63,7 +63,7 @@ const QrModal = ({
63
<img
64
src={`data:image/png;base64,${ticketQrCode}`}
65
alt="QR Code"
66
- className="w-[240px] h-[240px] "
+ className="w-60 h-60 "
67
/>
68
) : (
69
<div className="w-40 h-40 flex items-center justify-center bg-deDayBgLight rounded-md border border-deDayTextDark text-deDayTextDark text-sm text-center px-4">
0 commit comments