added darkmode class in tailwind conf
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m23s
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m23s
This commit is contained in:
parent
3c39510aa3
commit
8a4d912202
@ -12,6 +12,7 @@ const config: Config = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
darkMode: "class",
|
||||||
plugins: [nextui()],
|
plugins: [nextui()],
|
||||||
};
|
};
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
Reference in New Issue
Block a user