mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update WalletTransactions.tsx
This commit is contained in:
parent
2f3cf1b4e9
commit
96e553f3d5
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ export default WalletTransactions;
|
|||
const styles = StyleSheet.create({
|
||||
container: { flex: 1 },
|
||||
flex: { flex: 1 },
|
||||
scrollViewContent: { paddingHorizontal: 16 },
|
||||
scrollViewContent: { paddingHorizontal: 16, marginTop: HEADER_HEIGHT },
|
||||
activityIndicator: { marginVertical: 20 },
|
||||
listHeaderTextRow: { padding: 16, flexDirection: 'row' },
|
||||
listHeaderText: { fontWeight: 'bold', fontSize: 24 },
|
||||
|
|
Loading…
Add table
Reference in a new issue