Deskripsi:
- progress
- judul pada carousel paper

No Issues
This commit is contained in:
2025-07-10 17:06:17 +08:00
parent 0df97a3a4b
commit 33112cdd31
7 changed files with 13 additions and 11 deletions

View File

@@ -241,7 +241,7 @@ export default function ListTask() {
title={item.title}
headerColor="primary"
>
<ProgressBar category="page" value={item.progress} />
<ProgressBar category="list" value={item.progress} />
<View style={[Styles.rowSpaceBetween]}>
<Text></Text>
<LabelStatus
@@ -279,7 +279,7 @@ export default function ListTask() {
title={item.title}
headerColor="primary"
>
<ProgressBar category="page" value={item.progress} />
<ProgressBar category="list" value={item.progress} />
<View style={[Styles.rowSpaceBetween]}>
<Text></Text>
<LabelStatus