-
-
Save KatieBarnett/f977e98807d2c37fb4a0bae344d92492 to your computer and use it in GitHub Desktop.
Non resizing test using a material theme value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Text( | |
text = "This is non-resizing text with font scale ${LocalDensity.current.fontScale}", | |
fontSize = MaterialTheme.typography.bodyLarge.fontSize.nonScaledSp | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment