update tripCostTable, FishingToolsList, CrewListTable in tripInfo

This commit is contained in:
2025-10-31 01:02:48 +07:00
parent a236b80cdd
commit c3787e49c1
7 changed files with 505 additions and 47 deletions

View File

@@ -12,14 +12,10 @@ const styles = StyleSheet.create({
shadowRadius: 4,
elevation: 2,
},
icon: {
fontSize: 10,
},
title: {
fontSize: 18,
fontWeight: "700",
textAlign: "center",
// marginBottom: 12,
},
row: {
flexDirection: "row",
@@ -31,23 +27,24 @@ const styles = StyleSheet.create({
cell: {
flex: 1,
textAlign: "center",
fontSize: 14,
fontSize: 15,
},
left: {
textAlign: "left",
},
right: {
color: "#ff6600",
fontWeight: "600",
},
header: {
backgroundColor: "#f8f8f8",
borderTopWidth: 1,
borderBottomWidth: 1,
marginTop: 10,
},
headerText: {
fontWeight: "600",
},
highlight: {
color: "#ff6600",
fontWeight: "600",
},
footer: {
marginTop: 6,
},