-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Colors should change depending on light/dark color scheme #290
Comments
As Devran mentioned, we should pay attention to the |
In my research, for OpenSwiftUI, I found out that the type By default, in SwiftUI you have A color of type This architecutre gives the possiblity to implement You can find my implementation of A similar thing is going on with the |
|
Thanks to the amazing research done by @Cosmo, it can be seen that multiple colors change based on the current color scheme, not just
primary
/secondary
:The text was updated successfully, but these errors were encountered: