Skip to content

Commit c37a2de

Browse files
jdell64andrewseguin
authored andcommitted
fix(tabs): apply dark theme to header font (#4326)
* fixes #4320 * removed extraneous space * Update _tabs-theme.scss fixed spaces * Update _tabs-theme.scss
1 parent 4021276 commit c37a2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/lib/tabs/_tabs-theme.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$warn: map-get($theme, warn);
88
$background: map-get($theme, background);
99
$foreground: map-get($theme, foreground);
10-
$header-border: 1px solid mat-color($background, status-bar);
10+
$header-border: 1px solid mat-color($foreground, divider);
1111

1212
.mat-tab-nav-bar,
1313
.mat-tab-header {
@@ -31,7 +31,7 @@
3131
}
3232

3333
.mat-tab-label, .mat-tab-link {
34-
color: currentColor;
34+
color: mat-color($foreground, text);
3535

3636
&.mat-tab-disabled {
3737
color: mat-color($foreground, disabled-text);

0 commit comments

Comments
 (0)