diff --git a/src/components/DownloadRefund.tsx b/src/components/DownloadRefund.tsx index d175601c..15b0b108 100644 --- a/src/components/DownloadRefund.tsx +++ b/src/components/DownloadRefund.tsx @@ -18,7 +18,7 @@ const DownloadRefund = () => { swap: { id: string } & Record, ) => { QRCode.toDataURL(JSON.stringify(swap), { - width: 1200, + width: 2500, errorCorrectionLevel: "L", }) .then((url: string) => {