Skip to content

Commit

Permalink
Merge pull request #5588 from aarongarciah:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625807701
  • Loading branch information
copybara-github committed Apr 17, 2024
2 parents 47b4f67 + 68820fb commit b73792a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/theming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details.

#### 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
details.

```css
:root {
--md-sys-typography-body-medium-size: 1rem;
--md-sys-typography-body-medium-line-height: 1.5rem;
--md-sys-typescale-body-medium-size: 1rem;
--md-sys-typescale-body-medium-line-height: 1.5rem;
}
```

Expand Down

0 comments on commit b73792a

Please sign in to comment.