Skip to content

Commit

Permalink
feat(css): disable dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
khaykingleb committed Oct 19, 2024
1 parent e42b9e0 commit 0519a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ import type { Config } from "tailwindcss";
export default {
content: ["./app/**/*.{ts,tsx,jsx,js}"],
plugins: [daisyUI],
daisyui: {
darkTheme: false, // disable dark theme
},
} satisfies Config;

0 comments on commit 0519a6a

Please sign in to comment.