From ff8b1d345b8b5960e219038e30d5f925c5fb86d6 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 18 Nov 2022 11:29:16 +0100 Subject: [PATCH] OZG-1589 darker blue --- goofy-client/apps/goofy/src/styles/abstracts/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goofy-client/apps/goofy/src/styles/abstracts/_variables.scss b/goofy-client/apps/goofy/src/styles/abstracts/_variables.scss index 173efc3b7a..0cf1ef1cce 100644 --- a/goofy-client/apps/goofy/src/styles/abstracts/_variables.scss +++ b/goofy-client/apps/goofy/src/styles/abstracts/_variables.scss @@ -35,7 +35,7 @@ $shadow-bottom: inset 0 -1px 0 rgba(#000, 0.08); $header-height: 64px; $navigation-width: 20px; -$primaryPalette: mat.define-palette(mat.$blue-palette, 700, 300, 900); +$primaryPalette: mat.define-palette(mat.$blue-palette, 800, 500, 900); $accentPalette: mat.define-palette(mat.$yellow-palette, 600, 300, 800); $warnPalette: mat.define-palette(mat.$red-palette, 700, 500, 900); -- GitLab