How can I stylize It's label?
I want to increase the label font-size, so I tried using this selector on css:
vaadin-date-picker::part(label){ font-size: 13px; }
but with no success.
How can I stylize It's label?
I want to increase the label font-size, so I tried using this selector on css:
vaadin-date-picker::part(label){ font-size: 13px; }
but with no success.