Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyin committed Jan 5, 2025
1 parent f3b999d commit 3f1c68b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ export default {
},
plugins: [daisyui],
daisyui: {
// Let's use dark theme while we are converting to daisyui.
// Dark theme helps to see where in the current design need to be changed.
themes: ["dark"],
themes: ["light", "dark"],
darkTheme: "dark",
base: true,
styled: true,
utils: true,
themeRoot: ":root",
},
} satisfies Config

0 comments on commit 3f1c68b

Please sign in to comment.