-
-
Save damianpetla/799e6e0853ba9433cc0e8b20f8d6be3a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
val SuspiciousColor = Color(0xFF0F0F0F) | |
val Colors.specialCardTitle: Color | |
get() = SuspiciousColor | |
val Colors.profileTitle: Color | |
get() = SuspiciousColor | |
val Colors.settingFooter: Color | |
get() = SuspiciousColor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment