Get Events fix

This commit is contained in:
Milan Paunovic
2024-10-20 12:41:33 +02:00
parent 3275e64479
commit a9c02e880f
13 changed files with 486 additions and 669 deletions

7
constants/colorMap.ts Normal file
View File

@ -0,0 +1,7 @@
export const colorMap = {
pink: "#ea156c",
orange: "#e28800",
green: "#46a80a",
teal: "#05a8b6",
purple: "#7305d4",
};