How to change the date picker style in Material UI X Data Grid?

Viewed 562

How can I change the style such as colour of the default date picker in the MUI X Data Grid? It seems I can change column, cell, menu and other parts' style, but cannot change the date picker's. Why they don't use the MUI DatePicker instead of using current one? How can I access the element to change the style?

This is the default date picker:default data grid date picker

This is what I want(MUI date picker): MUI X date picker

0 Answers
Related