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

@@ -107,7 +107,7 @@ const TripCostTable: React.FC = () => {
</Text>
)}
<IconSymbol
name={collapsed ? "arrowshape.down.fill" : "arrowshape.up.fill"}
name={collapsed ? "chevron.down" : "chevron.up"}
size={15}
color="#000000"
/>