From 31e0e3cdde9d818db059e0b024f83b5cd4ae3fca Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 11 Jul 2023 10:42:41 +0200 Subject: [PATCH] Cleanup doc --- libraries/theme/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/theme/README.md b/libraries/theme/README.md index 3ab81305b3..9d7bba33ee 100644 --- a/libraries/theme/README.md +++ b/libraries/theme/README.md @@ -10,7 +10,6 @@ All tokens can be accessed through the `ElementTheme` object, which contains the * `ElementTheme.materialColors`: contains all Material color tokens. In Figma, they're prefixed with `M3/`. It's an alias to `MaterialTheme.colorScheme`. * `ElementTheme.colors`: contains all Compound semantic color tokens. In Figma, they're prefixed with either `Light/` or `Dark/`. -* `ElementTheme.materialTypography`: contains the Material `Typography` values. In Figma, they're prefixed with `M3/`. It's an alias to `MaterialTheme.typography`. * `ElementTheme.typography`: contains the Compound `TypographyTokens` values. In Figma, they're prefixed with `Android/font/`. ## Adding new tokens