Update src/app/payment/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
) : (
|
||||
<div className="bg-card p-12 rounded-2xl border border-accent text-center">
|
||||
@@ -64,4 +65,4 @@ export default function PaymentPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user