-
Notifications
You must be signed in to change notification settings - Fork 3
Bottom Bar #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bottom Bar #364
Conversation
testomania/src/main/kotlin/com/earth/testomania/ui/theme/Color.kt
Outdated
Show resolved
Hide resolved
val DarkRed = Color(0xffba1a1a) | ||
val BottomBarColorDark = Color(0xff262c39) | ||
val BottomBarColorLight = Color(0xffededee) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, we should try to use colors only from Kiwi. this might have bad contrast on dark theme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shalva97
I checked in both scenarios, in dark and in light and it looks good, I do not think that kiwi has exact same colors and other colors do not look well
Uh oh!
There was an error while loading. Please reload this page.