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 61f3987 commit 8159fccCopy full SHA for 8159fcc
src/lib/checkbox/_checkbox-theme.scss
@@ -63,6 +63,10 @@
63
border-color: $disabled-color;
64
}
65
66
+
67
+ .mat-checkbox-label {
68
+ color: $disabled-color;
69
+ }
70
71
72
.mat-checkbox:not(.mat-checkbox-disabled) {
src/lib/radio/_radio-theme.scss
@@ -33,5 +33,9 @@
33
.mat-radio-ripple .mat-ripple-element, .mat-radio-inner-circle {
34
background-color: mat-color($foreground, disabled);
35
36
37
+ .mat-radio-label-content {
38
+ color: mat-color($foreground, disabled);
39
40
41
0 commit comments