DatePicker

Hello,
What is the best way to define the styles of the date time picker component?

I have this in the library section:

I also have more styles defined in an extension for the date time picker component if it is focus, disabled, hover…

But I want to change the styles of the date time picker component, which is inside the data table with class: tablesetStandard:



But I am getting some default styles.

What would be the best option to edit these styles?

Regards,
Alvaro

Hello Alvaro Sanchez,

You can set the styles for the datetime picker in the data table using the same classes, but replacing the “bl-…” classes with “.MuiDialog-root,” as shown in the screenshot


Regards,
Alexander