Unable to style nested indicator in a list #4837
Labels
component: list
This is the name of the generic UI component, not the React module!
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Description
When creating a list with nested items you are unable to style the auto created nested indicator. You can style the
rightIcon
prop passed in but this requires you to keep the state of if the nested item is open or closed to toggle the icon use which is wasteful.images & references
The text was updated successfully, but these errors were encountered: