Is there a way to customize the MuiTheme overrides for a specific named element like this?
.MuiStepLabel-label.MuiStepLabel-active {
color: rgba(0, 0, 0, 0.87);
font-weight: 500;
I've attempted modifying various classes such as MuiStepLabelLabel and root elements with no success. I am specifically trying to adjust the color. Any assistance would be greatly appreciated.