Skip to content

Commit

Permalink
add data-mui-color-scheme back to tailwind's config
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jan 2, 2024
1 parent 2c728ab commit d7516b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ['class'],
darkMode: ['class', '[data-mui-color-scheme="dark"]'],
content: [
'./data/**/*.{js,ts,jsx,tsx,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
Expand Down

0 comments on commit d7516b3

Please sign in to comment.