From d9d2aff9531690fb3e78c922ccd3beec8fca16e4 Mon Sep 17 00:00:00 2001 From: Sean Brydon Date: Tue, 31 Oct 2023 11:02:21 +0000 Subject: [PATCH] Correct br --- .../features/calendars/weeklyview/components/event/Event.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/calendars/weeklyview/components/event/Event.tsx b/packages/features/calendars/weeklyview/components/event/Event.tsx index ca7249089a..72984d6a5d 100644 --- a/packages/features/calendars/weeklyview/components/event/Event.tsx +++ b/packages/features/calendars/weeklyview/components/event/Event.tsx @@ -15,7 +15,7 @@ type EventProps = { }; const eventClasses = cva( - "group flex h-full w-full flex-col overflow-y-auto rounded-[4px] px-[6px] py-1 text-xs font-semibold leading-5 ", + "group flex h-full w-full flex-col overflow-y-auto rounded-[6px] px-[6px] py-1 text-xs font-semibold leading-5 ", { variants: { status: {