themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.98k stars 746 forks source link

Support darkMode: media in datatables, charts, tooltips, and forms #969

Open lucacasonato opened 1 month ago

lucacasonato commented 1 month ago

Currently all of these things do not work with darkMode: "media", because the class .dark is hardcoded as a selector, but that class is only used by darkMode: "class".

lucacasonato commented 1 month ago

This one is not working yet - I am overwriting every field named [darkSelector] with the next one. Working on a fix.

zoltanszogyenyi commented 1 month ago

Thanks @lucacasonato - I'll test this out today.