Skip to content

Commit 5603b86

Browse files
committed
fix: eventcards
1 parent 0cbba59 commit 5603b86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Cards/EventCard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ export function EventCard({
3939
const getEventColor = (eventType: EventType) => {
4040
switch (eventType) {
4141
case 'birthday':
42-
return 'bg-brand-one'
42+
return 'bg-brand-cyan'
4343
case 'workAnniversary':
44-
return 'bg-brand-two'
44+
return 'bg-brand-blue'
4545
case 'companyEvent':
46-
return 'bg-brand-three'
46+
return 'bg-brand-plum'
4747
default:
4848
return 'from-gray-500 to-slate-500'
4949
}

0 commit comments

Comments
 (0)