upd: tampilan jarak antar section pada fitur detail kegiatan dan detail tugas divisi

This commit is contained in:
2026-06-08 17:26:11 +08:00
parent a5c58d0de2
commit ae96a79b69
7 changed files with 11 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ export default function SectionMember({ status, refreshing }: { status: number |
return (
<>
<View style={[Styles.mb15]}>
<View style={[Styles.rowSpaceBetween, Styles.mv05]}>
<View style={[Styles.rowSpaceBetween, { marginBottom: 5 }]}>
<Text style={[Styles.textDefaultSemiBold]}>Anggota</Text>
{!loading && data.length > 0 && (
<Text style={[Styles.textDefault, { color: colors.dimmed }]}>{data.length} orang</Text>