Skip to content

Commit

Permalink
fix: update tailwind configuration and bump tailwind-merge version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Jan 8, 2025
1 parent bcad27c commit 19db38f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions client/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "green",
"cssVariables": false,
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
Expand Down
8 changes: 4 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"socket.io": "^4.8.0",
"socket.io-client": "^4.7.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.1"
Expand Down

0 comments on commit 19db38f

Please sign in to comment.