Progress update cleanup and UI improvements.
This commit is contained in:
@@ -133,7 +133,12 @@ const styles = StyleSheet.create({
|
||||
borderWidth: StyleSheet.hairlineWidth,
|
||||
backdropFilter: "blur(20px)", // web only
|
||||
},
|
||||
cardContents: { flex: 1, flexDirection: "row", display: "flex" },
|
||||
cardContents: {
|
||||
flex: 1,
|
||||
flexDirection: "row",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
},
|
||||
headerRow: {
|
||||
flexDirection: "row",
|
||||
alignItems: "flex-start",
|
||||
|
||||
Reference in New Issue
Block a user