From 870b59d61752001ca0bc58ca8afd59bfc4ccc4f9 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Sat, 14 Jan 2023 21:19:15 +0530 Subject: [PATCH] fix: darkmode in booking/[id] page (#6458) * fix: text-area style * fix: border styles --- apps/web/components/booking/CancelBooking.tsx | 2 +- apps/web/pages/booking/[uid].tsx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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) { ) : ( <> -
+