From 525225fb198c1b56fe350ec2301a4b9caa2983c4 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 11 Jul 2023 09:33:38 +0200 Subject: [PATCH] Remove unused `materialTypography`. We should only use `typography` (TypographyTokens) --- .../io/element/android/libraries/theme/ElementTheme.kt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt b/libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt index c6a1917954..f273c2dd64 100644 --- a/libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt +++ b/libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt @@ -63,14 +63,6 @@ object ElementTheme { @ReadOnlyComposable get() = MaterialTheme.colorScheme - /** - * Material 3 [Typography] tokens. In Figma, these have the `M3/` prefix. - */ - val materialTypography: Typography - @Composable - @ReadOnlyComposable - get() = MaterialTheme.typography - /** * Compound [Typography] tokens. In Figma, these have the `Android/font/` prefix. */