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.73k stars 767 forks source link

Turn off dark mode #407

Open goodnesslu opened 6 months ago

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

nklswbr commented 6 months ago

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