Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created July 11, 2023 10:45
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/cab51f2137ed79ffa4d97cbb4c744964 to your computer and use it in GitHub Desktop.
Save KatieBarnett/cab51f2137ed79ffa4d97cbb4c744964 to your computer and use it in GitHub Desktop.
Text composable
Text(
text = "This is resizing text with font scale ${LocalDensity.current.fontScale}",
fontSize = 16.sp
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment