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, }} />