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

[BUG] Search field text input is always white #131

Open
knhash opened this issue Jun 6, 2024 · 1 comment
Open

[BUG] Search field text input is always white #131

knhash opened this issue Jun 6, 2024 · 1 comment
Labels
work completed Work for this has been completed but it may not yet be merged / released
Milestone

Comments

@knhash
Copy link
Contributor

knhash commented Jun 6, 2024

This makes search field text illegible while using light theme

Screenshot 2024-06-06 at 20 18 50
@svilenmarkov
Copy link
Member

Hey, thanks for reporting this, I'll get it fixed in the next release. In the meantime, for an immediate fix you can use the following custom CSS using the built in custom-css-file property:

.search-input {
    color: var(--color-text-highlight);
}

@svilenmarkov svilenmarkov added this to the v0.6.0 milestone Jun 10, 2024
@svilenmarkov svilenmarkov added the work completed Work for this has been completed but it may not yet be merged / released label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work completed Work for this has been completed but it may not yet be merged / released
Projects
None yet
Development

No branches or pull requests

2 participants