update NetDetailModal

This commit is contained in:
2025-11-03 19:49:42 +07:00
parent efe9749a8e
commit f3ad6e02f2
16 changed files with 821 additions and 523 deletions

View File

@@ -48,7 +48,7 @@ const FishingToolsTable: React.FC = () => {
<Text style={styles.title}>Danh sách ngư cụ</Text>
{collapsed && <Text style={styles.totalCollapsed}>{tongSoLuong}</Text>}
<IconSymbol
name={collapsed ? "arrowshape.down.fill" : "arrowshape.up.fill"}
name={collapsed ? "chevron.down" : "chevron.up"}
size={16}
color="#000"
/>