Skip to content

Instantly share code, notes, and snippets.

@Sottti
Created August 13, 2021 11:25
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 Sottti/5b7ead10b84bad55e13532ed02ab0534 to your computer and use it in GitHub Desktop.
Save Sottti/5b7ead10b84bad55e13532ed02ab0534 to your computer and use it in GitHub Desktop.
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