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
Describe the bug A clear and concise description of what the bug is.
When a ListItem is disabled, the primary text greys out but the secondary text remains as-is (and ends up darker than primary, which looks odd).
ListItem
The text was updated successfully, but these errors were encountered:
fix(list): fixed ListItem disabled colors to optionally include addons
a40b6b3
The new `disabledOpacity` prop will allow for the full ListItem to gain an opacity value while disabled instead of only setting the color values. This allows the addons to also be dimmed. fix #997
06e91ca
Successfully merging a pull request may close this issue.
Describe the bug A clear and concise description of what the bug is.
When a
ListItem
is disabled, the primary text greys out but the secondary text remains as-is (and ends up darker than primary, which looks odd).The text was updated successfully, but these errors were encountered: