@ngx-stoui/core 20.0.15 → 20.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ngx-stoui.css +1 -0
- package/package.json +1 -1
package/ngx-stoui.css
CHANGED
|
@@ -4223,6 +4223,7 @@ html body.mat-app-background {
|
|
|
4223
4223
|
--mat-form-field-filled-active-indicator-color: var(--divider);
|
|
4224
4224
|
--mat-form-field-filled-caret-color: var(--text);
|
|
4225
4225
|
--mat-form-field-filled-container-color: var(--bg-light);
|
|
4226
|
+
--mat-form-field-filled-disabled-input-text-color: var(--text-disabled);
|
|
4226
4227
|
--mat-form-field-filled-disabled-label-text-color: var(--text-disabled);
|
|
4227
4228
|
--mat-form-field-filled-focus-active-indicator-color: var(--primary-resting);
|
|
4228
4229
|
--mat-form-field-filled-focus-label-text-color: hsla(from var(--text) h s l / 70%);
|