refs #14141 Merge branch 'origin/14141-trash-view-fix'
[arvados.git] / src / common / custom-theme.ts
index c4d3dbc35894537d2d66cda9926a2e56f74fb7cc..20790100dcf2012f7f12ec6912aa30d0f56ca875 100644 (file)
@@ -27,6 +27,7 @@ interface Colors {
     red900: string;
     blue500: string;
     grey500: string;
+    grey700: string;
 }
 
 const red900 = red["900"];
@@ -47,6 +48,7 @@ export const themeOptions: ArvadosThemeOptions = {
             red900: red['900'],
             blue500: blue['500'],
             grey500,
+            grey700
         }
     },
     overrides: {