Fix or suppress deprecations

This commit is contained in:
vfsfitvnm
2022-07-11 11:58:16 +02:00
parent abd942d5da
commit 8a8f051a4c
5 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ data class Typography(
val LocalTypography = staticCompositionLocalOf<Typography> { TODO() }
@Suppress("DEPRECATION")
@OptIn(ExperimentalTextApi::class)
@Composable
fun rememberTypography(color: Color): Typography {