diff options
| -rw-r--r-- | tailwind.config.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index df677cf..764d3c2 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,9 @@ module.exports = { // Daisyui had some theme turned on by default daisyui: { - themes: false, - } + themes: ["light", "dark", "cupcake", "bumblebee", "emerald", "corporate", "synthwave", "retro", "cyberpunk", "valentine", "halloween", "garden", "forest", "aqua", "lofi", "pastel", "fantasy", "wireframe", "black", "luxury", "dracula", "cmyk", "autumn", "business", "acid", "lemonade", "night", "coffee", "winter"], + // themes: [], + }, + + darkMode: 'class', } |
