浏览代码

fix: theme change

Carson 10 月之前
父节点
当前提交
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")],