import { CALENDAR_EVENT_STYLE } from "@/Components/CalendarView/util" const THEME_BG = CALENDAR_EVENT_STYLE function CalendarEventsBodyRightDrawer({ filteredEvents }) { return ( <> { filteredEvents.map((e, k) => { return