tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

colorize list avatar icons #445

Closed sakulstra closed 7 years ago

sakulstra commented 7 years ago

Hello, it's currently not possible to colorize a list item avatar icon, as the list-icon classes are removed here https://github.com/react-mdl/react-mdl/blob/master/src/List/ListItemContent.js#L24 .

<ListItemContent avatar={<Icon className="mdl-color--green" name="public" />}>

produces:

<i class="material-icons mdl-list__item-avatar">public</i>

instead of:

<i class="mdl-color--green material-icons mdl-list__item-avatar">public</i>

Best regards, Lukas