Carson пре 2 месеци
родитељ
комит
cc1b131a58
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tailwind.config.ts

+ 1 - 1
tailwind.config.ts

@@ -16,7 +16,7 @@ const config: Config = {
     utils: true,
     prefix: "",
     logs: true,
-    themes: ["light", "dark", "cupcake"],
+    themes: ["corporate"],
     themeRoot: ":root",
   },
   plugins: [require("daisyui"), require("@tailwindcss/typography")],