Skip to content

Commit ad4c249

Browse files
Splaktarjelbourn
authored andcommitted
fix(a11y): improve contrast of accent in pink-bluegrey theme (angular#637)
Fixes angular#222
1 parent 1139d51 commit ad4c249

File tree

1 file changed

+1
-1
lines changed
  • material.angular.io/material.angular.io/material.angular.io/src/assets/custom-themes

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)