upd: redesign aplikasi

Deskripsi:
- update home, profile dll
- blm selesai

NO Issues
This commit is contained in:
2026-02-10 17:32:56 +08:00
parent d3802ca26c
commit 064a8ccaad
29 changed files with 368 additions and 132 deletions

View File

@@ -136,7 +136,7 @@ export default function ListProject() {
icon={
<MaterialCommunityIcons
name="clock-alert-outline"
color={statusFix == "0" ? "white" : colors.text}
color={statusFix == "0" ? "white" : colors.dimmed}
size={20}
/>
}
@@ -150,7 +150,7 @@ export default function ListProject() {
icon={
<MaterialCommunityIcons
name="progress-check"
color={statusFix == "1" ? "white" : colors.text}
color={statusFix == "1" ? "white" : colors.dimmed}
size={20}
/>
}
@@ -164,7 +164,7 @@ export default function ListProject() {
icon={
<Ionicons
name="checkmark-done-circle-outline"
color={statusFix == "2" ? "white" : colors.text}
color={statusFix == "2" ? "white" : colors.dimmed}
size={20}
/>
}
@@ -178,7 +178,7 @@ export default function ListProject() {
icon={
<AntDesign
name="closecircleo"
color={statusFix == "3" ? "white" : colors.text}
color={statusFix == "3" ? "white" : colors.dimmed}
size={20}
/>
}