From c37a2dee66678844ed7c04a20b412a8ed7db9928 Mon Sep 17 00:00:00 2001 From: jdell64 Date: Thu, 4 May 2017 17:46:36 -0400 Subject: [PATCH] fix(tabs): apply dark theme to header font (#4326) * fixes #4320 * removed extraneous space * Update _tabs-theme.scss fixed spaces * Update _tabs-theme.scss --- src/lib/tabs/_tabs-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/tabs/_tabs-theme.scss b/src/lib/tabs/_tabs-theme.scss index a8b94a6812a3..67d0a5ff353a 100644 --- a/src/lib/tabs/_tabs-theme.scss +++ b/src/lib/tabs/_tabs-theme.scss @@ -7,7 +7,7 @@ $warn: map-get($theme, warn); $background: map-get($theme, background); $foreground: map-get($theme, foreground); - $header-border: 1px solid mat-color($background, status-bar); + $header-border: 1px solid mat-color($foreground, divider); .mat-tab-nav-bar, .mat-tab-header { @@ -31,7 +31,7 @@ } .mat-tab-label, .mat-tab-link { - color: currentColor; + color: mat-color($foreground, text); &.mat-tab-disabled { color: mat-color($foreground, disabled-text);