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 0cbba59 commit 5603b86Copy full SHA for 5603b86
1 file changed
src/components/Cards/EventCard.tsx
@@ -39,11 +39,11 @@ export function EventCard({
39
const getEventColor = (eventType: EventType) => {
40
switch (eventType) {
41
case 'birthday':
42
- return 'bg-brand-one'
+ return 'bg-brand-cyan'
43
case 'workAnniversary':
44
- return 'bg-brand-two'
+ return 'bg-brand-blue'
45
case 'companyEvent':
46
- return 'bg-brand-three'
+ return 'bg-brand-plum'
47
default:
48
return 'from-gray-500 to-slate-500'
49
}
0 commit comments