Remove unused materialTypography. We should only use typography (TypographyTokens)
This commit is contained in:
parent
5f3ba74f30
commit
7485a62969
1 changed files with 0 additions and 8 deletions
|
|
@ -63,14 +63,6 @@ object ElementTheme {
|
||||||
@ReadOnlyComposable
|
@ReadOnlyComposable
|
||||||
get() = MaterialTheme.colorScheme
|
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.
|
* Compound [Typography] tokens. In Figma, these have the `Android/font/` prefix.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue