fix(ui): fix ui icons and readability

This commit is contained in:
shafin-r
2025-11-12 15:38:07 +06:00
parent d1947e8e6e
commit 11108ad8cf
12 changed files with 108 additions and 122 deletions

View File

@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build ",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"build:export": "npx next build && npm run export"
},
"dependencies": {
"@capacitor/android": "^7.4.2",