fix(ui) - project list item color
This commit is contained in:
parent
8d60034bb2
commit
1c6789f7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue