From 21a76b53648fac814c47f3e1e2e95431933ae40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Thu, 26 Mar 2020 19:14:30 +0100 Subject: [PATCH] [ACA-2125] Update sidenav colors to meet design spec (#1378) --- src/app/components/sidenav/sidenav.component.theme.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/components/sidenav/sidenav.component.theme.scss b/src/app/components/sidenav/sidenav.component.theme.scss index afbd133d3..f25367bd9 100644 --- a/src/app/components/sidenav/sidenav.component.theme.scss +++ b/src/app/components/sidenav/sidenav.component.theme.scss @@ -24,12 +24,11 @@ background-color: mat-color($background, background); .item:hover .action-button__label { - color: mat-color($accent); + color: mat-color($primary); } .mat-expansion-panel { background-color: unset; - color: mat-color($primary, 0.87) !important; } .mat-expansion-panel { @@ -46,11 +45,11 @@ } .action-button--active { - color: mat-color($accent) !important; + color: mat-color($primary) !important; } .action-button { - color: mat-color($primary); + color: mat-color($foreground, text, 0.54); } .section {