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
After updating to 2022.3, textfields and dropdowns are with white background color now instead a dark one, which makes it kinda hard to read the text.
The text was updated successfully, but these errors were encountered:
@marcis92 i added the following to my themes.yaml dark_teal section and seemed to work (unofficial band aid):
# Input fields input-fill-color: "var(--primary-background-color)" input-ink-color: "var(--primary-text-color)" input-idle-line-color: "var(--primary-background-color)" input-hover-line-color: "var(--primary-color)" input-outlined-idle-border-color: "var(--primary-text-color)" input-outlined-hover-border-color: "var(--primary-text-color)" input-label-ink-color: "var(--primary-text-color)" input-dropdown-icon-color: "var(--primary-text-color)"
#
Sorry, something went wrong.
Forgot to update this theme, should be fixed in ( 1.4 )
@markwoodward86 thank you very much for jumping in! @aFFekopp thanks for fixing it, works (and looks) again like a charm!
No branches or pull requests
After updating to 2022.3, textfields and dropdowns are with white background color now instead a dark one, which makes it kinda hard to read the text.
The text was updated successfully, but these errors were encountered: