We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50cb48 commit c8e87d4Copy full SHA for c8e87d4
src/lib/chips/_chips-theme.scss
@@ -32,18 +32,18 @@
32
color: $selected-foreground;
33
34
&.mat-primary {
35
- background-color: mat-color($primary, 500);
36
- color: mat-contrast($primary, 500);
+ background-color: mat-color($primary);
+ color: mat-color($primary, default-contrast);
37
}
38
39
&.mat-accent {
40
- background-color: mat-color($accent, 500);
41
- color: mat-contrast($accent, 500);
+ background-color: mat-color($accent);
+ color: mat-color($accent, default-contrast);
42
43
44
&.mat-warn {
45
- background-color: mat-color($warn, 500);
46
- color: mat-contrast($warn, 500);
+ background-color: mat-color($warn);
+ color: mat-color($warn, default-contrast);
47
48
49
0 commit comments