AAE-46434 Fix disabled stying for people widgets (#11967)

This commit is contained in:
David Olson
2026-06-09 10:36:08 -05:00
committed by GitHub
parent 7bb219e4dd
commit bb6f9b1f3d
@@ -312,6 +312,11 @@ form-field {
filled-disabled-label-text-color: var(--mat-sys-on-surface)
)
);
@include mat.chips-overrides(
(
disabled-label-text-color: var(--mat-sys-on-surface)
)
);
.mat-datepicker-toggle.mat-mdc-button-disabled {
color: var(--mat-sys-on-surface-variant);