prepare structure and init stepper
[arvados-workbench2.git] / src / common / custom-theme.ts
index 8f3497947dc48f87dacdfeefe897383b76c4a2d6..98380b968e8f8b0a70d8f877a50cc48b8b968b67 100644 (file)
@@ -123,6 +123,16 @@ export const themeOptions: ArvadosThemeOptions = {
                     color: arvadosPurple
                 }
             }
+        },
+        MuiStepIcon: {
+            root: {
+                '&$active': {
+                    color: arvadosPurple
+                },
+                '&$completed': {
+                    color: 'inherited'
+                },
+            }
         }
     },
     mixins: {