Styling RadzenNumeric

Hello,

I've tried adding a class and style= css + Style = css .. the RadzenNumeric field in question doesn't display x-large font. All input elements are displaying x-large to support working in potentially direct sun light, but the RadzenNumeric displays like 12px font, compared to the others using 24px font.

How do I apply the font-size css to RadzenNumeric - or do I need to set a different css-property?

Check the rendered HTML - RadzenNumeric outputs a span with an input inside of it. Try setting the --rz-input-font-size CSS variable instead:

<RadzenNumeric style="--rz-input-font-size: 24px" />