flowbite
flowbite copied to clipboard
Support darkMode: media in datatables, charts, tooltips, and forms
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".
This one is not working yet - I am overwriting every field named [darkSelector] with the next one. Working on a fix.
Thanks @lucacasonato - I'll test this out today.