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
Some parts are unreadable with the light theme, editing css and adding more classes to already existing code fixes it:
@media (prefers-color-scheme: light), (prefers-color-scheme: lightest) { /* ... */ .group > sp-label:not(.safe), .group > label:not(.safe), .toaster, .group > sp-button { background-color: #E8E8E8; } }
Also in your preview file all UI elements look pretty evenly spaced, but in my case they are not like that
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some parts are unreadable with the light theme, editing css and adding more classes to already existing code fixes it:
Also in your preview file all UI elements look pretty evenly spaced, but in my case they are not like that
The text was updated successfully, but these errors were encountered: