I am running into an issue with changing the color of the highlight class when using react material ui.
https://i.sstatic.net/1lxTs.png
CSS
stepIcon: {
'&$active': {
color: '#1e88e5',
},
},
<StepLabel
classes={{
root: classes.stepIcon,
}}
>
{label}
</StepLabel>