Skip to content

Commit c21aa5c

Browse files
authored
Implementing Next themes (#581)
* implementing next-themes for consistency Signed-off-by: Tushar Saini <[email protected]> * deleting useLocalStorage as next-themes handle it itself. Signed-off-by: Tushar Saini <[email protected]> --------- Signed-off-by: Tushar Saini <[email protected]>
1 parent 1aa1ac7 commit c21aa5c

29 files changed

+1357
-3749
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
"appwrite": "^11.0.0",
2424
"clsx": "^1.2.1",
2525
"js-cookie": "^3.0.5",
26+
"lucide-react": "^0.263.1",
2627
"next": "13.4.9",
2728
"next-auth": "^4.22.1",
29+
"next-themes": "^0.2.1",
2830
"react": "18.2.0",
2931
"react-dom": "18.2.0",
3032
"react-hook-form": "^7.45.1",

0 commit comments

Comments
 (0)