add attributes to dialog
[arvados-workbench2.git] / src / common / custom-theme.ts
index 98380b968e8f8b0a70d8f877a50cc48b8b968b67..f7559eed08050876519c215745d45e447d9cb0b0 100644 (file)
@@ -27,6 +27,7 @@ interface Colors {
     yellow700: string;
     red900: string;
     blue500: string;
+    purple: string;
 }
 
 const arvadosPurple = '#361336';
@@ -44,6 +45,7 @@ export const themeOptions: ArvadosThemeOptions = {
             yellow700: yellow["700"],
             red900: red['900'],
             blue500: blue['500'],
+            purple: arvadosPurple
         }
     },
     overrides: {