How to change button style for Radzen login component

I'm trying to change the colour, size and other styles of the login button in the radzen login component. I've looked through the source code for the component and have only been able to find one property which relates to the button (button margin).

image

All Radzen.Blazor components are styled using CSS - use your browser dev tools/source code to check what classes are used.

1 Like