chore: add color

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 04:43:42 +00:00
parent c502b70b88
commit 629c1f256e

View File

@@ -3,6 +3,7 @@ export const globalDescriptionFontSize = 12;
export const categoriesColors: string[] = [
'#8FBC5D',
'#3CB6E2',
'#B17F59',
'#FFD400',
'#AB6993'
];