Skip to content

Commit b4e2488

Browse files
claderammalerba
authored andcommitted
fix(theming): Light green 700 contrast should be white (#6346)
According to [Material Design Guidelines](https://material.io/guidelines/style/color.html#color-color-palette) Light Green 700 contrast color should be white. BREAKING CHANGE: `$mat-light-green 700 contrast color now is white.
1 parent f96ffeb commit b4e2488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/theming/_palette.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ $mat-light-green: (
366366
400: $black-87-opacity,
367367
500: $black-87-opacity,
368368
600: $black-87-opacity,
369-
700: $black-87-opacity,
369+
700: white,
370370
800: white,
371371
900: white,
372372
A100: $black-87-opacity,

0 commit comments

Comments
 (0)