[FontIcon] as [Tab] icon not inheriting hoverColor
or style
#3577
Labels
bug 🐛
Something doesn't work
hoverColor
or style
#3577
When I use the FontIcon as a Tab icon:
It won't inherit the props for it.
When I give it style:
{ color: 'pink'}
it also has no effect. (Although this should probably be done by using the ThemeManager, but I find the docs on that not really clear, should I use something like:palette: { iconColor: 'pink' }
? Should I then wrapMuiThemeProvider
around theTabs
component?)The text was updated successfully, but these errors were encountered: