diff --git a/apps/web/components/booking/CancelBooking.tsx b/apps/web/components/booking/CancelBooking.tsx index 66d4859af4..142f702aad 100644 --- a/apps/web/components/booking/CancelBooking.tsx +++ b/apps/web/components/booking/CancelBooking.tsx @@ -55,7 +55,7 @@ export default function CancelBooking(props: Props) { placeholder={t("cancellation_reason_placeholder")} value={cancellationReason} onChange={(e) => setCancellationReason(e.target.value)} - className="mt-2 mb-4 w-full dark:border-gray-900 dark:bg-gray-700 dark:text-white " + className="dark:bg-darkgray-100 dark:border-darkgray-400 mt-2 mb-4 w-full dark:text-white " rows={3} />
diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index 20e01c3571..134ff070cf 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -379,7 +379,7 @@ export default function Success(props: SuccessProps) {

{getTitle()}

-
+ +
{(isCancelled || reschedule) && cancellationReason && ( <>
@@ -594,7 +595,7 @@ export default function Success(props: SuccessProps) { ) : ( <> -
+