frontend: add color theme & theme switcher

This commit is contained in:
Kentai Radiquum 2024-04-19 22:58:45 +05:00
parent 84b13a2c80
commit b8878c4fb8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 192 additions and 19 deletions

View file

@ -13,7 +13,8 @@
"material-dynamic-colors": "^1.1.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"zustand": "^4.5.2"
},
"devDependencies": {
"postcss": "^8",