Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DarkComboBox disabled text color incorrect #39

Open
Kyle-Lancaster opened this issue Aug 8, 2020 · 1 comment
Open

DarkComboBox disabled text color incorrect #39

Kyle-Lancaster opened this issue Aug 8, 2020 · 1 comment

Comments

@Kyle-Lancaster
Copy link

When DarkComboBox is disabled the text is still the same white color as enabled text, but it should be a darker grey color.

image

@danielj23
Copy link

In DarkComboBox.cs

Line 117 add
var disabledColor = Colors.DisabledText;

Line 140 add

if (!Enabled)
{
textColor = disabledColor;
}

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

No branches or pull requests

2 participants