@Composable | |
fun Title(title: String) { | |
Text(title, | |
style = themeTypography.h6) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Composable | |
fun Title(title: String) { | |
Text(title, | |
style = themeTypography.h6) | |
} |