Created
August 13, 2021 11:25
-
-
Save Sottti/5b7ead10b84bad55e13532ed02ab0534 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
public data class TextStyles( | |
val navigationTitle: TextStyle = Typography().h6.copy( | |
fontFamily = FontFamily.SansSerif, | |
fontWeight = FontWeight.W500, | |
fontStyle = FontStyle.Normal, | |
fontSize = 20.sp, | |
lineHeight = 22.sp, | |
letterSpacing = 0.26.sp, | |
), | |
(...) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment