Skip to content

Commit

Permalink
fix(material-experimental/theming): fix filled text field
Browse files Browse the repository at this point in the history
Fixes that a copy-paste error in #28414 broke the M3 filled text field.
  • Loading branch information
crisbeto committed Jan 13, 2024
1 parent 5ce624d commit fdd16e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/tokens/m2/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
_get-tokens-for-module($theme, tokens-mdc-extended-fab),
_get-tokens-for-module($theme, tokens-mdc-fab),
_get-tokens-for-module($theme, tokens-mdc-filled-button),
_get-tokens-for-module($theme, tokens-mdc-filled-button),
_get-tokens-for-module($theme, tokens-mdc-filled-text-field),
_get-tokens-for-module($theme, tokens-mdc-form-field),
_get-tokens-for-module($theme, tokens-mdc-icon-button),
_get-tokens-for-module($theme, tokens-mdc-linear-progress),
Expand Down

0 comments on commit fdd16e6

Please sign in to comment.