Skip to content

Commit

Permalink
fix(tabs): apply dark theme to header font (#4326)
Browse files Browse the repository at this point in the history
* fixes #4320

* removed extraneous space

* Update _tabs-theme.scss

fixed spaces

* Update _tabs-theme.scss
  • Loading branch information
jdell64 authored and andrewseguin committed May 4, 2017
1 parent 4021276 commit c37a2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/tabs/_tabs-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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);
Expand Down

0 comments on commit c37a2de

Please sign in to comment.