I am trying to customize the disabled Step color on Material UI Steppers
The default color is Blue (Enabled) + Grey (Disabled). But I am looking to change this to something like so:
But I don't seem to able to find any hook into the Icon section of the StepLabel. I already tried applying the CSS to the IconContainer, but the specificity is not sufficient.
My code is available here: https://codesandbox.io/s/0102v4z1op
TIA!
