Skip to content

Instantly share code, notes, and snippets.

@zurche
Created November 11, 2023 15:41
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 zurche/c6bdca5043cbbf8ef1c74a094edf6c7b to your computer and use it in GitHub Desktop.
Save zurche/c6bdca5043cbbf8ef1c74a094edf6c7b to your computer and use it in GitHub Desktop.
Tint logic
val backgroundColor = if (isSelected) LightOlive else CryptoDark800
val iconTint = if (isSelected) Color.Black else Color.White
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment