diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index e68b6e0..f68dcc5 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -43,6 +43,7 @@ export default function BookingPage() { buttonText="Confirm Appointment" onSubmit={(data) => console.log(data)} mediaPosition="right" + useInvertedBackground={false} />