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"} )}