18881: Fixes the Failing state's color, from red to orange.
[arvados-workbench2.git] / src / common / custom-theme.ts
index b0703237af97f4c603dffdf42548302cb67a7eac..fc89a4ae216b2790385570f293b74c9ebd3145ba 100644 (file)
@@ -31,6 +31,7 @@ interface Colors {
     blue500: string;
     grey500: string;
     purple: string;
+    orange: string;
 }
 
 const arvadosPurple = '#361336';
@@ -53,7 +54,8 @@ export const themeOptions: ArvadosThemeOptions = {
             red900: red['900'],
             blue500: blue['500'],
             grey500: grey500,
-            purple: arvadosPurple
+            purple: arvadosPurple,
+            orange: '#f0ad4e',
         }
     },
     overrides: {