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