From a9a535b166dff1d1f34b688ed1d29ef7bd385be9 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Mon, 16 Dec 2024 12:48:41 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(payment):=20Qrcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/app/(main)/(user)/payment/page.tsx | 4 ++-- apps/user/app/(main)/(user)/payment/stripe.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/user/app/(main)/(user)/payment/page.tsx b/apps/user/app/(main)/(user)/payment/page.tsx index e2b6d74..b833e4d 100644 --- a/apps/user/app/(main)/(user)/payment/page.tsx +++ b/apps/user/app/(main)/(user)/payment/page.tsx @@ -202,8 +202,8 @@ export default function Page() { size={208} imageSettings={{ src: `/payment/alipay_f2f.svg`, - width: 48, - height: 48, + width: 24, + height: 24, excavate: true, }} /> diff --git a/apps/user/app/(main)/(user)/payment/stripe.tsx b/apps/user/app/(main)/(user)/payment/stripe.tsx index db97d8e..62f5741 100644 --- a/apps/user/app/(main)/(user)/payment/stripe.tsx +++ b/apps/user/app/(main)/(user)/payment/stripe.tsx @@ -96,8 +96,8 @@ const CheckoutForm: React.FC> = ({ size={208} imageSettings={{ src: `/payment/${method}.svg`, - width: 48, - height: 48, + width: 24, + height: 24, excavate: true, }} />