react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

Dark mode css

Open jkolyer opened this issue 6 months ago • 0 comments
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.

jkolyer avatar May 05 '25 16:05 jkolyer