diff --git a/src/app/payment/page.tsx b/src/app/payment/page.tsx index 55a6cfd..22f5e36 100644 --- a/src/app/payment/page.tsx +++ b/src/app/payment/page.tsx @@ -48,6 +48,7 @@ export default function PaymentPage() { buttonText="Pay Now" onSubmit={() => setPaymentStep('confirm')} className="bg-card p-8 rounded-2xl border border-accent" + useInvertedBackground={false} /> ) : (
@@ -64,4 +65,4 @@ export default function PaymentPage() { ); -} +} \ No newline at end of file