From 93e2246b18589f849f5fd616dacfcd6cf65c3296 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:58:17 +0530 Subject: [PATCH] Wrong color for Timezone selector on booking page (#3187) Co-authored-by: gitstart Co-authored-by: Peer Richelsen Co-authored-by: Bailey Pumfleet --- .../booking/pages/AvailabilityPage.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/apps/web/components/booking/pages/AvailabilityPage.tsx b/apps/web/components/booking/pages/AvailabilityPage.tsx index 655c9dd174..4bbb49d668 100644 --- a/apps/web/components/booking/pages/AvailabilityPage.tsx +++ b/apps/web/components/booking/pages/AvailabilityPage.tsx @@ -266,13 +266,15 @@ function TimezoneDropdown({ return ( - - {timeZone || dayjs.tz.guess()} - {isTimeOptionsOpen ? ( - - ) : ( - - )} +

+ + {timeZone || dayjs.tz.guess()} + {isTimeOptionsOpen ? ( + + ) : ( + + )} +