Skip to content

Commit b73792a

Browse files
Merge pull request #5588 from aarongarciah:patch-1
PiperOrigin-RevId: 625807701
2 parents 47b4f67 + 68820fb commit b73792a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/theming/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details.
8888

8989
#### Typography
9090

91-
[`--md-sys-typography` tokens](typography.md#typescale) define typescale roles
91+
[`--md-sys-typescale` tokens](typography.md#typescale) define typescale roles
9292
that map to components. See the [typography guide](typography.md) for more
9393
details.
9494

9595
```css
9696
:root {
97-
--md-sys-typography-body-medium-size: 1rem;
98-
--md-sys-typography-body-medium-line-height: 1.5rem;
97+
--md-sys-typescale-body-medium-size: 1rem;
98+
--md-sys-typescale-body-medium-line-height: 1.5rem;
9999
}
100100
```
101101

0 commit comments

Comments
 (0)