added darkmode class in tailwind conf #4

Merged
christian merged 1 commits from framer-nextui into main 2024-05-17 09:02:52 +00:00
Showing only changes of commit 8a4d912202 - Show all commits

View File

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