Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
onx2 committed Dec 13, 2024
1 parent c964e3f commit 736509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave-js/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{ts,tsx}'],
darkMode: ['class', '[data-mode="dark"]'],
darkMode: ['class', '.night-mode'],
theme: {
/**
* This overrides Tailwind's default spacing system.
Expand Down

0 comments on commit 736509f

Please sign in to comment.