This PR fixes three issues with the datepicker in dark mode. The following UI elements now appear in light colors when the theme is set to dark mode: - The selected date. - The clock icon. - The date time input component. Before: <img width="1003" alt="theming bug" src="https://github.com/twentyhq/twenty/assets/16918891/914b7043-e692-4de8-8440-ddd89cbf3973"> After: <img width="374" alt="dark_theme_calendar_after" src="https://github.com/twentyhq/twenty/assets/16918891/346fd950-1ef8-405e-9486-59abb81f92db"> <img width="347" alt="light_theme_calendar_after" src="https://github.com/twentyhq/twenty/assets/16918891/17463094-53e5-4bc4-8812-a53a37cd08ed"> #5073 Co-authored-by: Thomas Trompette <thomast@twenty.com>
Run yarn dev while server running on port 3000