Bladeren bron

fix: theme change

Carson 7 maanden geleden
bovenliggende
commit
cc1b131a58
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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")],