Skip to content

Commit ade34e2

Browse files
committed
fix: dark modifier by specifying tailwind version
1 parent caf95a0 commit ade34e2

File tree

4 files changed

+86
-23
lines changed

4 files changed

+86
-23
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "^18.2.0",
3232
"sharp": "^0.32.5",
3333
"tailwind-merge": "^2.2.1",
34-
"tailwindcss": "^3.3.3",
34+
"tailwindcss": "3.3.5",
3535
"tailwindcss-animate": "^1.0.7",
3636
"typescript": "^5.3.3"
3737
}

apps/showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@babel/core": "^7.20.0",
7272
"@types/react": "~18.2.79",
73-
"tailwindcss": "^3.3.5",
73+
"tailwindcss": "3.3.5",
7474
"typescript": "^5.3.3"
7575
},
7676
"private": true

apps/starter-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-native-svg": "15.2.0",
4242
"react-native-web": "~0.19.6",
4343
"tailwind-merge": "^2.2.1",
44-
"tailwindcss": "^3.4.1",
44+
"tailwindcss": "3.3.5",
4545
"tailwindcss-animate": "^1.0.7",
4646
"zustand": "^4.4.7"
4747
},

pnpm-lock.yaml

Lines changed: 83 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)