Skip to content

Commit a52f4bf

Browse files
committed
Remove hardcoded hues from tabs ink/focus
1 parent c8e87d4 commit a52f4bf

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
@@ -20,11 +20,11 @@
2020
}
2121

2222
.mat-tab-label:focus {
23-
background-color: mat-color($primary, 100, 0.3);
23+
background-color: mat-color($primary, lighter, 0.3);
2424
}
2525

2626
.mat-ink-bar {
27-
background-color: mat-color($primary, 500);
27+
background-color: mat-color($primary);
2828
}
2929

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

0 commit comments

Comments
 (0)