Skip to content

Commit 782447c

Browse files
Splaktarjosephperrott
authored andcommitted
fix(a11y): improve contrast of accent in pink-bluegrey theme (#637)
Fixes #222
1 parent c42322b commit 782447c

File tree

1 file changed

+1
-1
lines changed
  • material.angular.io/material.angular.io/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/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)