bug(typography): deprecated typography config doesn't pass input level to underlying config function #23216
Labels
area: theming
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Steps to reproduce:
styles.scss
and add a typography level for$input
@debug
to print the resulting configurationnpm start
Expected Behavior
The
mat-topography-config
function should correctly apply amat-typography-level
for$input
.Actual Behavior
$input
argument is ignored, because it is never passed to the underlyingdefine-typography-config
function.https://github.com/angular/components/blob/12.0.x/src/material/core/typography/_typography-deprecated.scss#L36
I would be willing to contribute a fix for this issue.
Environment
The text was updated successfully, but these errors were encountered: