update login, detail table in tripInfo
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user