From: Janicki Artur Date: Tue, 18 Sep 2018 12:04:03 +0000 (+0200) Subject: refs #master Custom theme - change primary dark color X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1906c6e811bf0f81c69c29c9672bde32d8443769 refs #master Custom theme - change primary dark color Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index ff0eb5e34c..8f3497947d 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -133,7 +133,7 @@ export const themeOptions: ArvadosThemeOptions = { palette: { primary: { main: teal.A700, - dark: blue.A100, + dark: teal.A400, contrastText: '#fff' } }