feat: add next-themes package and update styles

- Added `next-themes` package for theme management.
- Updated various components to use `hsl(var(--foreground))` for color consistency.
- Changed background colors from `bg-white` to `bg-card` in multiple components for better theming support.

Made-with: Cursor
This commit is contained in:
DDD1542
2026-03-10 15:24:05 +09:00
parent 42673f57a0
commit fa6f76bff1
16 changed files with 168 additions and 54 deletions
+1
View File
@@ -80,6 +80,7 @@
"lucide-react": "^0.525.0",
"mammoth": "^1.11.0",
"next": "^15.4.8",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "19.1.0",
"react-day-picker": "^9.11.1",