Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore: disable darkmode from tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Sep 2, 2024
1 parent 5b6b12d commit 2d94904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const config: Config = {
// }
// },
plugins: [require("daisyui"), require("@tailwindcss/typography")],
// @ts-ignore
darkMode: "false",
daisyui: {
logs: false,
themes: ["light", "emerald", "pastel", "fantasy"],
Expand Down

0 comments on commit 2d94904

Please sign in to comment.