Skip to content

Instantly share code, notes, and snippets.

@damianpetla
Created January 9, 2022 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damianpetla/b581e921d5e22f4d9efc653b4d12498a to your computer and use it in GitHub Desktop.
Save damianpetla/b581e921d5e22f4d9efc653b4d12498a to your computer and use it in GitHub Desktop.
@Composable
fun BigText(text: String, modifier: Modifier = Modifier) {
Text(
text = text,
modifier = modifier,
style = CustomTheme.typography.bigText
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment