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 {