Skip to content

Commit 480368a

Browse files
committed
Remove hardcoded hues from tabs ink/focus
1 parent 29d65dc commit 480368a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/tabs/_tabs-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424

2525
.mat-tab-label:focus {
26-
background-color: mat-color($primary, 100, 0.3);
26+
background-color: mat-color($primary, lighter, 0.3);
2727
}
2828

2929
.mat-ink-bar {
30-
background-color: mat-color($primary, 500);
30+
background-color: mat-color($primary);
3131
}
3232

3333
.mat-tab-label, .mat-tab-link {

0 commit comments

Comments
 (0)