From d914a0f722fd5050a6052778f979c022e778c0b8 Mon Sep 17 00:00:00 2001 From: lgatchell Date: Thu, 22 Jul 2021 09:48:06 -0400 Subject: [PATCH] fix(material/theming): correctly configure input typography level #23216 --- src/material/core/typography/_typography-deprecated.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }