fix(ui) - project list item color

This commit is contained in:
Shekar Siri 2022-08-25 14:59:33 +02:00
parent 8d60034bb2
commit 1c6789f7a8

View file

@ -6,7 +6,7 @@ export const YELLOW = 'yellow';
export const GREEN = 'green';
export const STATUS_COLOR_MAP = {
[ RED ]: 'red',
[ RED ]: '#CC0000',
[ YELLOW ]: 'orange',
[ GREEN ]: 'green',
}