Skip to content

Commit a6218e6

Browse files
committed
fix: bring back darkmode property in taiwlind config file to fix dark mode in web
1 parent 47353b9 commit a6218e6

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
@@ -5,6 +5,7 @@ module.exports = {
55
// NOTE: Update this to include the paths to all of your component files.
66
content: ['./src/**/*.{js,jsx,ts,tsx}'],
77
presets: [require('nativewind/preset')],
8+
darkMode: 'class',
89
theme: {
910
extend: {
1011
fontFamily: {

0 commit comments

Comments
 (0)