Skip to content

Instantly share code, notes, and snippets.

@Peddro

Peddro/Theme1.kt Secret

Created January 26, 2022 11:08
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 Peddro/7acd567852abe9eafcb962adc3c8c6a8 to your computer and use it in GitHub Desktop.
Save Peddro/7acd567852abe9eafcb962adc3c8c6a8 to your computer and use it in GitHub Desktop.
object H19Theme {
val colors: H19Colors
@Composable
@ReadOnlyComposable
get() = LocalColors.current
val typography: H19Typography
@Composable
@ReadOnlyComposable
get() = LocalTypography.current
// We use the default material shapes
val shapes: Shapes
@ReadOnlyComposable
@Composable
get() = LocalShapes.current
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment