Skip to content

Commit 82804e5

Browse files
authored
Update tailwind.config.js
1 parent 7d08464 commit 82804e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
33
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
4+
darkMode: 'class', // Add this line
45
theme: {
56
extend: {},
67
},

0 commit comments

Comments
 (0)