docs: fix typo on theming docs

~`--md-sys--typography`~ -> `--md-sys--typescale`
This commit is contained in:
Aarón García Hervás 2024-04-17 15:42:44 +02:00 committed by GitHub
parent 47b4f67c8f
commit 68820fb373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details.
#### Typography #### Typography
[`--md-sys-typography` tokens](typography.md#typescale) define typescale roles [`--md-sys-typescale` tokens](typography.md#typescale) define typescale roles
that map to components. See the [typography guide](typography.md) for more that map to components. See the [typography guide](typography.md) for more
details. details.
```css ```css
:root { :root {
--md-sys-typography-body-medium-size: 1rem; --md-sys-typescale-body-medium-size: 1rem;
--md-sys-typography-body-medium-line-height: 1.5rem; --md-sys-typescale-body-medium-line-height: 1.5rem;
} }
``` ```