We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3f5c7 commit 744288eCopy full SHA for 744288e
src/components/EventCard.tsx
@@ -35,7 +35,7 @@ const EventCard: React.FC<EventCardProps> = ({
35
36
return (
37
<Card
38
- className={cn("border-lightBorder flex h-full flex-col rounded-md border", className)}
+ className={cn("flex h-full flex-col rounded-md border", className)}
39
>
40
<CardHeader className="flex flex-row items-center justify-center rounded-t-md border-b border-primary bg-[#FCFCFC] p-2 dark:bg-[#272627]">
41
<BsCalendar3 className="mr-2 h-6 w-6 text-primary" />
0 commit comments