Hello, just wondering if it is intentional for the new version of MudStepperExtended to now be utilizing the Color prop for step title text? I assume it is not intended since even the examples at https://mudextensions.codebeam.org/mudstepperextended revert to MudBlazor's primary text color once clicked:
If this is intended, is there a simple way to force the title to use the primary text color instead of using the Color prop? The only workaround I've found so far is to override the text color with CSS on each page where I'm using a Stepper. I can't override it globally since that would override any text using that color in the rest of the application.