Skip to content

Commit 5393a27

Browse files
committed
refact: qr 픽셀 수정
1 parent ff52209 commit 5393a27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design-system/ui/modals/QrModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const QrModal = ({
6363
<img
6464
src={`data:image/png;base64,${ticketQrCode}`}
6565
alt="QR Code"
66-
className="w-[240px] h-[240px] "
66+
className="w-60 h-60 "
6767
/>
6868
) : (
6969
<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

Comments
 (0)