Merge pull request 'added darkmode class in tailwind conf' (#4) from framer-nextui into main
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 2m2s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m8s

Reviewed-on: #4
This commit is contained in:
christian 2024-05-17 09:02:52 +00:00
commit 77b60eda84

View File

@ -12,6 +12,7 @@ const config: Config = {
theme: {
extend: {},
},
darkMode: "class",
plugins: [nextui()],
};
export default config;