update table

This commit is contained in:
2025-10-31 17:38:48 +07:00
parent 5307f44a34
commit 2fac0b8093
5 changed files with 14 additions and 104 deletions

View File

@@ -48,11 +48,12 @@ export default StyleSheet.create({
color: "#111",
textAlign: "center",
},
left: {
sttCell: {
flex: 0.3,
fontSize: 15,
color: "#111",
textAlign: "left",
},
right: {
textAlign: "right",
paddingLeft: 10,
},
headerText: {
fontWeight: "600",
@@ -73,8 +74,4 @@ export default StyleSheet.create({
fontSize: 15,
color: "#111",
},
actions: {
flexDirection: "row",
justifyContent: "flex-end",
},
});