Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 10, 2023 05:54
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 KatieBarnett/61a51941ec941e90a2e32f060fb23af7 to your computer and use it in GitHub Desktop.
Save KatieBarnett/61a51941ec941e90a2e32f060fb23af7 to your computer and use it in GitHub Desktop.
TextData objects
private val primary = TextData {
TextConfig(color = MaterialTheme.colorScheme.primary, text = "Primary text")
}
private val secondary = TextData {
TextConfig(color = MaterialTheme.colorScheme.secondary, text = "Secondary text")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment