I'm faced with the task of increasing the font of the DatePicker input field.
I did it via CSS, the space between .DatePicker .text-field is important!!!
.DatePicker .text-field
.DatePicker .text-field { -fx-font-size: 15px; }
Thanks for the advice.