Skip to content

Commit 14a7612

Browse files
Splaktarjelbourn
authored andcommittedSep 20, 2019
fix(a11y): improve contrast of accent in pink-bluegrey theme (#637)
Fixes #222
1 parent 8ffb1b2 commit 14a7612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/assets/custom-themes/pink-bluegrey.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Define the dark theme.
55
$primary: mat-palette($mat-pink);
6-
$accent: mat-palette($mat-blue-grey, A200, A100, A400);
6+
$accent: mat-palette($mat-blue-grey);
77

88
$theme: mat-dark-theme($primary, $accent);
99
@include angular-material-theme($theme);

0 commit comments

Comments
 (0)
Please sign in to comment.