update login, detail table in tripInfo

This commit is contained in:
2025-10-31 23:55:39 +07:00
parent 5801992eae
commit 44fc6848a8
9 changed files with 132 additions and 16 deletions

View File

@@ -47,6 +47,11 @@ export default StyleSheet.create({
color: "#111",
textAlign: "center",
},
cellWrapper: {
flex: 1.5,
justifyContent: "center",
alignItems: "center",
},
left: {
textAlign: "center",
},
@@ -64,4 +69,8 @@ export default StyleSheet.create({
color: "#ff6600",
fontWeight: "800",
},
linkText: {
color: "#007AFF",
textDecorationLine: "underline",
},
});