Skip to content

Instantly share code, notes, and snippets.

@DmytroShuba
Created February 23, 2022 21:33
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 DmytroShuba/6c19d1012866bad1028eb9d6d6d0571a to your computer and use it in GitHub Desktop.
Save DmytroShuba/6c19d1012866bad1028eb9d6d6d0571a to your computer and use it in GitHub Desktop.
object TextAppearance {
val Medium = SpanStyle(
fontSize = 32.sp,
color = Color.Black,
background = Color.Gray
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment