diff --git a/config/tailwind.config.js b/config/tailwind.config.js index e4d7df9..752a161 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -24,7 +24,7 @@ module.exports = { // require('@tailwindcss/container-queries'), ], daisyui: { - themes: ["light", "dark"], // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"] + themes: false, // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"] darkTheme: "dark", // name of one of the included themes for dark mode base: true, // applies background color and foreground color for root element by default styled: true, // include daisyUI colors and design decisions for all components