Improved reducer state size
[arvados-workbench2.git] / src / common / custom-theme.ts
index c4d3dbc35894537d2d66cda9926a2e56f74fb7cc..be8e77ff68b37698ec8f8fd6d438f7f03a29d5b5 100644 (file)
@@ -26,7 +26,6 @@ interface Colors {
     yellow700: string;
     red900: string;
     blue500: string;
-    grey500: string;
 }
 
 const red900 = red["900"];
@@ -46,7 +45,6 @@ export const themeOptions: ArvadosThemeOptions = {
             yellow700: yellow["700"],
             red900: red['900'],
             blue500: blue['500'],
-            grey500,
         }
     },
     overrides: {