Commit 436ec37f by G

spacing (padding, margin) updates for the scrollview.

parent f99a8f03
...@@ -22,8 +22,10 @@ const TransactionHistoryScreen = () => { ...@@ -22,8 +22,10 @@ const TransactionHistoryScreen = () => {
<ScrollView <ScrollView
refreshControl={<RefreshControl refreshing={isLoading} onRefresh={refetch} />} refreshControl={<RefreshControl refreshing={isLoading} onRefresh={refetch} />}
contentContainerStyle={{ contentContainerStyle={{
gap: 5, gap: 10,
padding: 10, padding: 10,
marginTop: 10,
paddingBottom: 30,
flexDirection: "column", flexDirection: "column",
}} }}
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment