Skip to content

Commit fdd16e6

Browse files
committed
fix(material-experimental/theming): fix filled text field
Fixes that a copy-paste error in #28414 broke the M3 filled text field.
1 parent 5ce624d commit fdd16e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/tokens/m2/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
_get-tokens-for-module($theme, tokens-mdc-extended-fab),
151151
_get-tokens-for-module($theme, tokens-mdc-fab),
152152
_get-tokens-for-module($theme, tokens-mdc-filled-button),
153-
_get-tokens-for-module($theme, tokens-mdc-filled-button),
153+
_get-tokens-for-module($theme, tokens-mdc-filled-text-field),
154154
_get-tokens-for-module($theme, tokens-mdc-form-field),
155155
_get-tokens-for-module($theme, tokens-mdc-icon-button),
156156
_get-tokens-for-module($theme, tokens-mdc-linear-progress),

0 commit comments

Comments
 (0)