Skip to content

Commit

Permalink
fix(material-experimental/mdc-form-field): fix fill appearance contra…
Browse files Browse the repository at this point in the history
…st ratio (#21365)

(cherry picked from commit 27e60e8)
  • Loading branch information
annieyw committed Jan 6, 2021
1 parent 6318d11 commit f9a166d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$_mdc-text-field-focused-label-color: $mdc-text-field-focused-label-color;
$mdc-text-field-focused-label-color: rgba(theme-variables.prop-value(primary), 0.87) !global;
$_mdc-text-field-placeholder-ink-color: $mdc-text-field-placeholder-ink-color;
$mdc-text-field-placeholder-ink-color: rgba(theme-variables.prop-value(on-surface), 0.54) !global;
$mdc-text-field-placeholder-ink-color: rgba(theme-variables.prop-value(on-surface), 0.6) !global;
$_mdc-text-field-disabled-label-color: $mdc-text-field-disabled-label-color;
$mdc-text-field-disabled-label-color: rgba(theme-variables.prop-value(on-surface), 0.38) !global;
$_mdc-text-field-disabled-ink-color: $mdc-text-field-disabled-ink-color;
Expand Down

0 comments on commit f9a166d

Please sign in to comment.