Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Last active October 19, 2021 12: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 victorbrndls/bc358cb7278b8c61489b31b20f911581 to your computer and use it in GitHub Desktop.
Save victorbrndls/bc358cb7278b8c61489b31b20f911581 to your computer and use it in GitHub Desktop.
CompositionLocalProvider(LocalContentAlpha provides ContentAlpha.medium) {
  Text(...)
}
CompositionLocalProvider(LocalContentAlpha provides ContentAlpha.disabled) {
  Icon(...)
Text(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment