RadzenFormField

How do I change the size of the RadzenFormField header text? The default size is too small.

Hi @andy.mai1,

You can use the following CSS rule to set a larger font size:

.rz-form-field-label {
    font-size: 1rem !important;
}

We will most probably add a dedicated css variable for a floating label font-size with next Radzen.Blazor versions.

2 Likes