workflow-file-selection
[arvados-workbench2.git] / src / common / custom-theme.ts
index ff0eb5e34ce7449f672464485b5879cc98f5d382..98380b968e8f8b0a70d8f877a50cc48b8b968b67 100644 (file)
@@ -123,6 +123,16 @@ export const themeOptions: ArvadosThemeOptions = {
                     color: arvadosPurple
                 }
             }
+        },
+        MuiStepIcon: {
+            root: {
+                '&$active': {
+                    color: arvadosPurple
+                },
+                '&$completed': {
+                    color: 'inherited'
+                },
+            }
         }
     },
     mixins: {
@@ -133,7 +143,7 @@ export const themeOptions: ArvadosThemeOptions = {
     palette: {
         primary: {
             main: teal.A700,
-            dark: blue.A100,
+            dark: teal.A400,
             contrastText: '#fff'
         }
     }