Skip to content

Commit

Permalink
fix themeing instructions for latest tailwind/daisyui
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Aug 16, 2024
1 parent a1859ff commit 7c83cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ daisyui: {
themes: [
{
light: {
...require("daisyui/src/theming/themes")["[data-theme=light]"],
...require("daisyui/src/theming/themes")["light"],
primary: "#0c2340",
secondary: "#bd3039"
},
dark: {
...require("daisyui/src/theming/themes")["[data-theme=dark]"],
...require("daisyui/src/theming/themes")["dark"],
primary: "#bd3039",
secondary: "#0c2340"
}
Expand Down

0 comments on commit 7c83cca

Please sign in to comment.