Merge branch '15020-collection-with-the-same-content-adress'
[arvados-workbench2.git] / src / common / custom-theme.ts
index 98380b968e8f8b0a70d8f877a50cc48b8b968b67..0faf781d6d27edbcb8b09db7496902927ffb8feb 100644 (file)
@@ -27,6 +27,7 @@ interface Colors {
     yellow700: string;
     red900: string;
     blue500: string;
+    purple: string;
 }
 
 const arvadosPurple = '#361336';
@@ -38,12 +39,16 @@ const grey900 = grey["900"];
 const rocheBlue = '#06C';
 
 export const themeOptions: ArvadosThemeOptions = {
+    typography: {
+        useNextVariants: true,
+    },
     customs: {
         colors: {
             green700: green["700"],
             yellow700: yellow["700"],
             red900: red['900'],
             blue500: blue['500'],
+            purple: arvadosPurple
         }
     },
     overrides: {
@@ -146,7 +151,7 @@ export const themeOptions: ArvadosThemeOptions = {
             dark: teal.A400,
             contrastText: '#fff'
         }
-    }
+    },
 };
 
 export const CustomTheme = createMuiTheme(themeOptions);
\ No newline at end of file