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? # 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
When DarkComboBox is disabled the text is still the same white color as enabled text, but it should be a darker grey color.
The text was updated successfully, but these errors were encountered:
In DarkComboBox.cs
Line 117 add var disabledColor = Colors.DisabledText;
Line 140 add
if (!Enabled) { textColor = disabledColor; }
Sorry, something went wrong.
No branches or pull requests
When DarkComboBox is disabled the text is still the same white color as enabled text, but it should be a darker grey color.
The text was updated successfully, but these errors were encountered: