Skip to content

Commit

Permalink
docs(material/core): update the typography guide (#29321)
Browse files Browse the repository at this point in the history
Removes an oversight about a deprecated `input` typography level

Fixes #28245

(cherry picked from commit a9f6334)
  • Loading branch information
GiftLanga authored and crisbeto committed Jun 26, 2024
1 parent b0eca47 commit 8fe73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The `.mat-h5` and `.mat-h6` styles don't directly correspond to a specific Mater
typography level. The `.mat-h5` style uses the `body-2` level with the font-size scaled down by
`0.83`. The `.mat-h6` style uses the `body-2` level with the font-size scaled down by `0.67`.

The `button` and `input` typography levels do not map to CSS classes.
The `button` typography level does not map to a CSS class.

The following example demonstrates usage of the typography styles emitted by the
`typography-hierarchy` mixin.
Expand Down

0 comments on commit 8fe73db

Please sign in to comment.