PascalCase or camelCase Letters on Buttons

Hello Radzen team. I would like to know if there is any way to make PascalCase or camelCase word for buttons. As far as i can see from your site, you can only capitalize (UPPERCASE).

For example:
<RadzenButton ButtonType="ButtonType.Submit" Text="@localizer["Login"]"

This command line will create a button with "LOGIN" as a text.

This is CSS rule in our themes:


Thank you @enchev !
You saved me quite some time.