X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c324b64f3b26e79b4640b6f0cf55671f1a261bca..4ea2ff188ec745966387ce8bbe14880bfeede863:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index ff0eb5e3..f7559eed 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -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: { @@ -123,6 +125,16 @@ export const themeOptions: ArvadosThemeOptions = { color: arvadosPurple } } + }, + MuiStepIcon: { + root: { + '&$active': { + color: arvadosPurple + }, + '&$completed': { + color: 'inherited' + }, + } } }, mixins: { @@ -133,7 +145,7 @@ export const themeOptions: ArvadosThemeOptions = { palette: { primary: { main: teal.A700, - dark: blue.A100, + dark: teal.A400, contrastText: '#fff' } }