Open lucacasonato opened 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".
darkMode: "media"
.dark
darkMode: "class"
This one is not working yet - I am overwriting every field named [darkSelector] with the next one. Working on a fix.
[darkSelector]
Thanks @lucacasonato - I'll test this out today.
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 bydarkMode: "class"
.