Why text in the button all "Upper Case"?

Why text in the button all "Upper Case"?

<RadzenButton Click="@ButtonClicked" Text="@test"></RadzenButton>

@code {
    private string test { get; set; } = "Hiiiiiii";
    void ButtonClicked()
    {
        test = "Radzen OK !";
    }
}

Since this is how our Material theme is designed - according to Google design guidelines.

1 Like

Is there a way to change to Fluent? Thanks.

Fluent theme is a premium one:

1 Like

OK, Thanks.

But how to change to the Standard theme?

<RadzenTheme Theme="standard" ...>

See also Get Started | Free UI Components by Radzen and ThemeService.

1 Like

Thanks, it works.

Ha, first day Radzen.

RAD and ZEN? That's the reason the bamboo in the radzen icon ?

1 Like