add dark theme support

This commit is contained in:
2025-08-16 10:33:37 -04:00
parent 69e61573cb
commit cecf3a8d5b
6 changed files with 360 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -18,6 +19,7 @@
"lucide-react": "^0.539.0",
"nanoid": "^5.1.5",
"next": "15.4.6",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1"