Open goodnesslu opened 6 months ago
I am trying to implement Shadcn/ui but I am having trouble turning off dark mode and the mode toggle from shadcn isn't working. What do I have to do?
Did you try setting the darkMode: 'selector' within module.exports in the tailwind.config.js file like described in the docs?
darkMode: 'selector'
module.exports
I am trying to implement Shadcn/ui but I am having trouble turning off dark mode and the mode toggle from shadcn isn't working. What do I have to do?