Skip to content

Instantly share code, notes, and snippets.

@zurche
Last active July 27, 2023 09:20
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 zurche/a2b453ac4e4a806715d733bd3ecba6dc to your computer and use it in GitHub Desktop.
Save zurche/a2b453ac4e4a806715d733bd3ecba6dc to your computer and use it in GitHub Desktop.
//...
Column {
Text(
text = "My Crypto Cap",
color = Color.White,
style = MaterialTheme.typography.displaySmall
)
Text(
text = "${data.value} ${data.currency}",
color = Color.White,
style = MaterialTheme.typography.displaySmall
)
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment