Selaa lähdekoodia

fix: theme change

Carson 2 kuukautta sitten
vanhempi
commit
cc1b131a58
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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")],