update login, detail table in tripInfo
This commit is contained in:
@@ -4,13 +4,13 @@ export default StyleSheet.create({
|
||||
container: {
|
||||
width: "100%",
|
||||
backgroundColor: "#fff",
|
||||
borderRadius: 10,
|
||||
padding: 12,
|
||||
borderRadius: 12,
|
||||
padding: 16,
|
||||
marginVertical: 10,
|
||||
borderWidth: 1,
|
||||
borderColor: "#eee",
|
||||
shadowColor: "#000",
|
||||
shadowOpacity: 0.05,
|
||||
shadowOpacity: 0.1,
|
||||
shadowRadius: 4,
|
||||
elevation: 1,
|
||||
},
|
||||
@@ -34,7 +34,7 @@ export default StyleSheet.create({
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
paddingVertical: 8,
|
||||
borderBottomWidth: 0.6,
|
||||
borderBottomWidth: 0.5,
|
||||
borderBottomColor: "#eee",
|
||||
},
|
||||
tableHeader: {
|
||||
@@ -52,7 +52,7 @@ export default StyleSheet.create({
|
||||
flex: 0.3,
|
||||
fontSize: 15,
|
||||
color: "#111",
|
||||
textAlign: "left",
|
||||
textAlign: "center",
|
||||
paddingLeft: 10,
|
||||
},
|
||||
headerText: {
|
||||
@@ -72,6 +72,7 @@ export default StyleSheet.create({
|
||||
},
|
||||
statusText: {
|
||||
fontSize: 15,
|
||||
color: "#111",
|
||||
color: "#4a90e2",
|
||||
textDecorationLine: "underline",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user