From bd4f99a850d608813ebc2b79eaac64d8a0390c39 Mon Sep 17 00:00:00 2001 From: Bhargav Date: Mon, 24 Jul 2023 18:51:18 +0530 Subject: [PATCH] fix: Fixed Issue #10291 removed brand color for tooltip (#10327) Co-authored-by: Peer Richelsen Co-authored-by: Bhargav Tenali --- packages/ui/components/popover/MeetingTimeInTimezones.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/components/popover/MeetingTimeInTimezones.tsx b/packages/ui/components/popover/MeetingTimeInTimezones.tsx index 49d9a865f7..5cea8f6073 100644 --- a/packages/ui/components/popover/MeetingTimeInTimezones.tsx +++ b/packages/ui/components/popover/MeetingTimeInTimezones.tsx @@ -73,13 +73,13 @@ const MeetingTimeInTimezones = ({ + className="popover-content slideInBottom border-5 bg-inverted text-inverted border-subtle rounded-md p-3 text-sm shadow-sm"> {times.map((time) => ( {time.startTime} - {time.endTime} {(time.isNextDay || time.isPreviousDay) && ( - + {time.isNextDay ? "+1" : "-1"} )}