Skip to content

Commit

Permalink
fix(theming): incorrect green-500 contrast color (#7492)
Browse files Browse the repository at this point in the history
Fixes #7490
  • Loading branch information
devversion authored and kara committed Oct 3, 2017
1 parent 0ff8d5d commit c1f6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/theming/_palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ $mat-green: (
200: $black-87-opacity,
300: $black-87-opacity,
400: $black-87-opacity,
500: white,
500: $black-87-opacity,
600: white,
700: white,
800: $white-87-opacity,
Expand Down

0 comments on commit c1f6ea1

Please sign in to comment.