feat: add support for light mode (#438)

* feat: add support for light mode

* refactor: use shadcn theme toggle

* fix: fix sonner
This commit is contained in:
Stavros
2025-10-31 15:55:50 +02:00
committed by GitHub
parent 0227af6d2b
commit 330c7aa8f1
12 changed files with 415 additions and 28 deletions

View File

@@ -7,10 +7,12 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"tsc": "tsc -b"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
@@ -54,4 +56,4 @@
"typescript-eslint": "^8.46.1",
"vite": "^7.1.10"
}
}
}