Browse Source

Remove unused `materialTypography`. We should only use `typography` (TypographyTokens)

pull/840/head
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
525225fb19
  1. 8
      libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt

8
libraries/theme/src/main/kotlin/io/element/android/libraries/theme/ElementTheme.kt

@ -63,14 +63,6 @@ object ElementTheme { @@ -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.
*/

Loading…
Cancel
Save