refs #master Merge branch 'origin/master' into 14186-progress-indicator-store
[arvados-workbench2.git] / src / common / custom-theme.ts
index 3d56f78b5c80c8adf285526e9dd1439fbe3937c9..ff0eb5e34ce7449f672464485b5879cc98f5d382 100644 (file)
@@ -27,8 +27,6 @@ interface Colors {
     yellow700: string;
     red900: string;
     blue500: string;
-    grey500: string;
-    grey700: string;
 }
 
 const arvadosPurple = '#361336';
@@ -46,8 +44,6 @@ export const themeOptions: ArvadosThemeOptions = {
             yellow700: yellow["700"],
             red900: red['900'],
             blue500: blue['500'],
-            grey500,
-            grey700
         }
     },
     overrides: {