From 1906c6e811bf0f81c69c29c9672bde32d8443769 Mon Sep 17 00:00:00 2001 From: Janicki Artur Date: Tue, 18 Sep 2018 14:04:03 +0200 Subject: [PATCH] refs #master Custom theme - change primary dark color Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- src/common/custom-theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index ff0eb5e3..8f349794 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' } } -- 2.30.2