X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a2bf1ed3a15cf55e426c51ad8e6febd7ff2e3020..72b6c853b95b1ef3da2a0beca3a31e4838a17896:/src/common/custom-theme.ts?ds=sidebyside diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index ff0eb5e34c..f7559eed08 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' } }