diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index 8bc7e75..03b0858 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -8,6 +8,13 @@ export default {
},
plugins: [require("daisyui")],
daisyui: {
- themes: true,
+ 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",
+ "dim", "nord", "sunset", "caramellatte", "abyss", "silk"
+ ],
},
}
\ No newline at end of file