react-datetime-picker
react-datetime-picker copied to clipboard
Dark mode css
trafficstars
I had to add the following to my globals.css to get dark mode working in the calendar view:
.dark .react-calendar { background: #1e1e1e !important; border-color: #444 !important; color: #f5f5f5; }
Note it didn't work in a module-specific css file, only globals.