X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b1f6165cbc3db9a248fa06542dffa93814c9dbe2..4ea2ff188ec745966387ce8bbe14880bfeede863:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 3d56f78b..f7559eed 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -27,8 +27,7 @@ interface Colors { yellow700: string; red900: string; blue500: string; - grey500: string; - grey700: string; + purple: string; } const arvadosPurple = '#361336'; @@ -46,8 +45,7 @@ export const themeOptions: ArvadosThemeOptions = { yellow700: yellow["700"], red900: red['900'], blue500: blue['500'], - grey500, - grey700 + purple: arvadosPurple } }, overrides: { @@ -127,6 +125,16 @@ export const themeOptions: ArvadosThemeOptions = { color: arvadosPurple } } + }, + MuiStepIcon: { + root: { + '&$active': { + color: arvadosPurple + }, + '&$completed': { + color: 'inherited' + }, + } } }, mixins: { @@ -137,7 +145,7 @@ export const themeOptions: ArvadosThemeOptions = { palette: { primary: { main: teal.A700, - dark: blue.A100, + dark: teal.A400, contrastText: '#fff' } }