diff --git a/frontend/app/types/site/site.js b/frontend/app/types/site/site.js index 38f8666a1..158855bbc 100644 --- a/frontend/app/types/site/site.js +++ b/frontend/app/types/site/site.js @@ -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', }