diff --git a/src/material/core/typography/_typography-deprecated.scss b/src/material/core/typography/_typography-deprecated.scss index 1a7589b389c2..097443bab0cc 100644 --- a/src/material/core/typography/_typography-deprecated.scss +++ b/src/material/core/typography/_typography-deprecated.scss @@ -35,5 +35,5 @@ ) { @return typography.define-typography-config($font-family, $display-4, $display-3, $display-2, $display-1, $headline, $title, $subheading-2, $subheading-1, $body-2, - $body-1, $caption, $button); + $body-1, $caption, $button, $input); }