We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue regarding some UI elements not having their respective dark and light mode variants. This appears due to two reasons.
Text(title).font(.title3).fontDesign(.rounded).fontWeight(.bold)
.background(Color(.white))
Can be prevented by defining a base theme, or by colours with in-built variants.
The text was updated successfully, but these errors were encountered:
raphaelsalaja
No branches or pull requests
Problem
There is an issue regarding some UI elements not having their respective dark and light mode variants. This appears due to two reasons.
1. Lack of Defined Colour
2. Explicit Colours
Additional Context
Can be prevented by defining a base theme, or by colours with in-built variants.
The text was updated successfully, but these errors were encountered: