Fix or suppress deprecations
This commit is contained in:
@@ -26,6 +26,7 @@ data class Typography(
|
||||
|
||||
val LocalTypography = staticCompositionLocalOf<Typography> { TODO() }
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
@OptIn(ExperimentalTextApi::class)
|
||||
@Composable
|
||||
fun rememberTypography(color: Color): Typography {
|
||||
|
||||
Reference in New Issue
Block a user