Skip to content

Commit

Permalink
🐛 fix dark media override data-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 16, 2023
1 parent ba6736f commit 0bc3ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-nonepress/src/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default {
plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: {
themes: ["light", "dark"],
darkTheme: false,
},
} satisfies Config;

0 comments on commit 0bc3ead

Please sign in to comment.