Skip to content

Instantly share code, notes, and snippets.

@tamtom
Created December 4, 2021 14:40
Show Gist options
  • Save tamtom/859569d4a196b75b6fcc90092ccb8e56 to your computer and use it in GitHub Desktop.
Save tamtom/859569d4a196b75b6fcc90092ccb8e56 to your computer and use it in GitHub Desktop.
val Colors.onSurfaceMedium: Color
@Composable
get() = if (isLight) SurfaceMediumLight else SurfaceMediumDark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment