We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4021276 commit c37a2deCopy full SHA for c37a2de
src/lib/tabs/_tabs-theme.scss
@@ -7,7 +7,7 @@
7
$warn: map-get($theme, warn);
8
$background: map-get($theme, background);
9
$foreground: map-get($theme, foreground);
10
- $header-border: 1px solid mat-color($background, status-bar);
+ $header-border: 1px solid mat-color($foreground, divider);
11
12
.mat-tab-nav-bar,
13
.mat-tab-header {
@@ -31,7 +31,7 @@
31
}
32
33
.mat-tab-label, .mat-tab-link {
34
- color: currentColor;
+ color: mat-color($foreground, text);
35
36
&.mat-tab-disabled {
37
color: mat-color($foreground, disabled-text);
0 commit comments