Skip to content

Commit 27e60e8

Browse files
authored
fix(material-experimental/mdc-form-field): fix fill appearance contrast ratio (#21365)
1 parent 22d5600 commit 27e60e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-form-field/_mdc-text-field-theme-variable-refresh.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$_mdc-text-field-focused-label-color: $mdc-text-field-focused-label-color;
2222
$mdc-text-field-focused-label-color: rgba(theme-variables.prop-value(primary), 0.87) !global;
2323
$_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;
2525
$_mdc-text-field-disabled-label-color: $mdc-text-field-disabled-label-color;
2626
$mdc-text-field-disabled-label-color: rgba(theme-variables.prop-value(on-surface), 0.38) !global;
2727
$_mdc-text-field-disabled-ink-color: $mdc-text-field-disabled-ink-color;

0 commit comments

Comments
 (0)