Skip to content
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

Better light theme support #11

Open
remixer-dec opened this issue Nov 10, 2022 · 0 comments
Open

Better light theme support #11

remixer-dec opened this issue Nov 10, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@remixer-dec
Copy link

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

@internationalTD internationalTD added bug Something isn't working enhancement New feature or request labels Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants