Skip to content

Commit

Permalink
Merge pull request #102 from natrontech/fix-darkmode
Browse files Browse the repository at this point in the history
fix: theme
  • Loading branch information
janlauber authored Apr 11, 2024
2 parents 477868a + dd3629a commit eb43371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubelab-ui/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
"primary-focus": "#1D242A",
},
dark: {
...require("daisyui/src/theming/themes")["[data-theme=dark]"],
...require("daisyui/src/theming/themes")["dark"],
"primary": "#fff",
"secondary": "#252E36",
"primary-focus": "#fff",
Expand Down

0 comments on commit eb43371

Please sign in to comment.