File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/material-experimental/mdc-form-field Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
$_mdc-text-field-focused-label-color : $mdc-text-field-focused-label-color ;
22
22
$mdc-text-field-focused-label-color : rgba (theme-variables .prop-value (primary ), 0.87 ) !global;
23
23
$_mdc-text-field-placeholder-ink-color : $mdc-text-field-placeholder-ink-color ;
24
- $mdc-text-field-placeholder-ink-color : rgba (theme-variables .prop-value (on-surface ), 0.54 ) !global;
24
+ $mdc-text-field-placeholder-ink-color : rgba (theme-variables .prop-value (on-surface ), 0.6 ) !global;
25
25
$_mdc-text-field-disabled-label-color : $mdc-text-field-disabled-label-color ;
26
26
$mdc-text-field-disabled-label-color : rgba (theme-variables .prop-value (on-surface ), 0.38 ) !global;
27
27
$_mdc-text-field-disabled-ink-color : $mdc-text-field-disabled-ink-color ;
You can’t perform that action at this time.
0 commit comments