Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/list): fix up disabled list item styles (#18881)
Fixes a couple of issues with the list item's disabled styles: - In dark themes we were setting the disabled styles to black. This looks out of place since it's not how other components style themselves under dark themes. - The disabled styles are somewhat similar to the selected styles. These changes also set the text color to the disabled text color to make it easier to distinguish. (cherry picked from commit 350ab4d)
- Loading branch information