Skip to content

Instantly share code, notes, and snippets.

@Peddro

Peddro/Shape.kt Secret

Created January 26, 2022 11:13
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/d9b873006342cb1d5c17a4ea5da67276 to your computer and use it in GitHub Desktop.
Save Peddro/d9b873006342cb1d5c17a4ea5da67276 to your computer and use it in GitHub Desktop.
internal val LocalShapes = staticCompositionLocalOf {
Shapes(
small = RoundedCornerShape(size = 15.dp),
medium = RoundedCornerShape(size = 20.dp),
large = RoundedCornerShape(size = 20.dp)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment