vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.38k stars 689 forks source link

Turn off dark mode #407

Open goodnesslu opened 1 month ago

goodnesslu commented 1 month 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?

nklswbr commented 1 month ago

Did you try setting the darkMode: 'selector' within module.exports in the tailwind.config.js file like described in the docs?