Remove materialTypography val from ElementTheme.

We should only use `typography`.
This commit is contained in:
Benoit Marty
2025-12-19 16:12:31 +01:00
committed by Benoit Marty
parent 4402585a52
commit d92ac247c1

View File

@@ -62,14 +62,6 @@ object ElementTheme {
*/
val typography: TypographyTokens = TypographyTokens
/**
* Material 3 [Typography] tokens. In Figma, these have the `M3 Typography/` prefix.
*/
val materialTypography: Typography
@Composable
@ReadOnlyComposable
get() = MaterialTheme.typography
/**
* Returns whether the theme version used is the light or the dark one.
*/