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

Textfields/dropdown menus background white since 2022.3 #2

Closed
marcis92 opened this issue Mar 4, 2022 · 3 comments
Closed

Textfields/dropdown menus background white since 2022.3 #2

marcis92 opened this issue Mar 4, 2022 · 3 comments

Comments

@marcis92
Copy link

marcis92 commented Mar 4, 2022

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.

image

@markwoodward86
Copy link

@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)"

@aFFekopp
Copy link
Owner

Forgot to update this theme, should be fixed in ( 1.4 )

@marcis92
Copy link
Author

@markwoodward86 thank you very much for jumping in!
@aFFekopp thanks for fixing it, works (and looks) again like a charm!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants