From 19ad789436e67ce25abea774cfa5f88e05a05a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Mon, 30 Mar 2020 19:20:06 +0200 Subject: [PATCH] [ADF-5091] Change info drawer labels color (#5571) --- lib/core/info-drawer/info-drawer-layout.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/core/info-drawer/info-drawer-layout.component.scss b/lib/core/info-drawer/info-drawer-layout.component.scss index d995f8ed32..6734cb336f 100644 --- a/lib/core/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/info-drawer/info-drawer-layout.component.scss @@ -24,8 +24,12 @@ & .mat-tab-label { font-weight: bold; text-align: left; - color: mat-color($primary); + color: mat-color($accent); text-transform: uppercase; + + &-active { + color: mat-color($primary); + } } &-header {