Skip to content

Commit

Permalink
fix: revert tailwind dark mode enabler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 4, 2023
1 parent ef07c5c commit 1561325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { fontFamily } = require("tailwindcss/defaultTheme");
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
darkMode: ["class", '[data-mode="dark"]'],
darkMode: "class",
future: {
hoverOnlyWhenSupported: true
},
Expand Down

0 comments on commit 1561325

Please sign in to comment.