I need help customizing the disabled Step color for Material UI Steppers. The default colors are Blue for enabled steps and Grey for disabled steps, but I want to change it to a different color as shown in this example: https://i.stack.imgur.com/HGGxp.png
Unfortunately, I can't seem to find a way to access the Icon
section of the StepLabel
. I've tried applying CSS to the IconContainer
, but the specificity is not strong enough.
If you can help, please check out my code here: https://codesandbox.io/s/0102v4z1op
Thanks in advance!