-
Notifications
You must be signed in to change notification settings - Fork 14
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
iOS - Interface with wrong colors in Dark Mode #25
Comments
Hi @mg-1999 Thank you! |
@cbellone colors are fixed. Only in dark mode the colors are wrong. I thinks it picks the colors of Android Darkmode instead of Apple's version |
Interesting, I didn't notice it. Thank you very much for pointing it out. Since we use a cross platform framework for building the app, we inherit the theme settings. The good news is that we can override the setting on iOS, so I'll dig a bit to find the official style guide from apple Will be back to you as soon as I know more :) thanks |
Maybe this will steer you in the right direction: |
See attached images
The text was updated successfully, but these errors were encountered: