Created
December 20, 2022 22:19
-
-
Save renanboni/0a46382ed7f85d7a58578f089ed2ac4b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shimmerOnPrimary = if (isDarkMode) ShimmerOnPrimaryDark else ShimmerOnPrimaryLight, | |
bottomSheetBackground = if (isDarkMode) BottomSheetBackgroundDark else BottomSheetBackgroundLight, | |
cursorOnPrimary = if (isDarkMode) CursorOnPrimaryDark else CursorOnPrimaryLight, | |
tertiaryCardBackground = if (isDarkMode) TertiaryCardBackgroundDark else TertiaryCardBackgroundLight, | |
inputLabelOnBackground = if (isDarkMode) InputLabelOnBackgroundDark else InputLabelOnBackgroundLight, | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment