<RadzenFormField Text="Change the color" Variant="Variant.Outlined" >
<RadzenDatePicker TValue="DateTime?" Value=@Valor DateFormat="dd/MM/yyyy" Change="@(args => Valor = args)" class="invalid" />
</RadzenFormField>
I would like to change the border from blue when the DateTimePicker is with focus to green and to red when is out of focus, but i cant change the theme variables, i need to do it just for just one page.
Is that even possible?