Bug fix | TP-61793 | TP-61794 | TP-61795 (#10548)

This commit is contained in:
Prajjaval Verma
2024-04-18 19:39:43 +05:30
committed by GitHub
parent ec4e478c57
commit 21efc0f805

View File

@@ -21,7 +21,7 @@ const styles = StyleSheet.create({
flexDirection: "row",
justifyContent: "space-between",
paddingBottom: 32,
paddingTop: 12,
paddingTop: 11,
paddingHorizontal: 16,
},
roundedRowContainer: {
@@ -54,7 +54,6 @@ const styles = StyleSheet.create({
shadowOffset: { width: 0, height: -16 },
shadowRadius: 8,
elevation: 12,
borderWidth: 1
},
greenSeparatorContainer: {
paddingHorizontal: 16,