Skip to content

Commit 744288e

Browse files
authored
Update src/components/EventCard.tsx
1 parent ef3f5c7 commit 744288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const EventCard: React.FC<EventCardProps> = ({
3535

3636
return (
3737
<Card
38-
className={cn("border-lightBorder flex h-full flex-col rounded-md border", className)}
38+
className={cn("flex h-full flex-col rounded-md border", className)}
3939
>
4040
<CardHeader className="flex flex-row items-center justify-center rounded-t-md border-b border-primary bg-[#FCFCFC] p-2 dark:bg-[#272627]">
4141
<BsCalendar3 className="mr-2 h-6 w-6 text-primary" />

0 commit comments

Comments
 (0)