-
Notifications
You must be signed in to change notification settings - Fork 692
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
TextView: Default background color has usability issues #1800
Comments
I agree and I think the |
I agree. |
I thought better about it and decided not to create the new attributes just because of |
* Fixes #1800. TextView now uses the same colors as TextField. * Replacing the textview to default in some scenarios. * Removing TextView ColorScheme from the Wizard component. * Changing someText color to be different from the help text color. * Renamed some color methods as requested. Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
In Wizards Scenario, I have what is essentially a modal dialog box with a TextView filling the client area:
Note how it's actually very hard to tell that this is a non-read-only/editible TextView.
I think
TextView
should use the same colors asTextField
:The text was updated successfully, but these errors were encountered: