Radzen Blazor Steps Previous Button Style

Hi,

I'm currently using Radzen Blazor Steps for my PWA project. I received feedback from users that the Previous/Next button at the bottom of the Steps Component is not obvious. How do I change the background color and font color for the Previous/Next button?

Thank You.

You can use CSS to override the styling of the buttons. Here is the relevant code: https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenSteps.razor#L52-L55

Hi, managed to get it work. Thanks!