feat: implement dark mode support with theme provider and toggle component

This commit is contained in:
암냥 2026-04-21 22:26:20 +09:00
commit cf70aa4a67
No known key found for this signature in database
12 changed files with 248 additions and 31 deletions

View file

@ -10,6 +10,7 @@
"format": "biome format --write"
},
"dependencies": {
"lucide-react": "^1.8.0",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",