Skip to content

Commit 6415b7f

Browse files
committedJun 29, 2020
fix(component-category-list): links fail a11y contrast checks in dark mode
1 parent b19c9e4 commit 6415b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/app/pages/component-category-list/_component-category-list-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$nav-background-opacity: if($is-dark-theme, 0.2, 0.03);
99

1010
.docs-component-category-list-summary a {
11-
color: mat-color($primary, default);
11+
color: mat-color($primary, if($is-dark-theme, 200, default));
1212
}
1313

1414
.docs-component-category-list-card-summary {

0 commit comments

Comments
 (0)
Please sign in to comment.