mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +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({
|
const styles = StyleSheet.create({
|
||||||
container: { flex: 1 },
|
container: { flex: 1 },
|
||||||
flex: { flex: 1 },
|
flex: { flex: 1 },
|
||||||
scrollViewContent: { paddingHorizontal: 16 },
|
scrollViewContent: { paddingHorizontal: 16, marginTop: HEADER_HEIGHT },
|
||||||
activityIndicator: { marginVertical: 20 },
|
activityIndicator: { marginVertical: 20 },
|
||||||
listHeaderTextRow: { padding: 16, flexDirection: 'row' },
|
listHeaderTextRow: { padding: 16, flexDirection: 'row' },
|
||||||
listHeaderText: { fontWeight: 'bold', fontSize: 24 },
|
listHeaderText: { fontWeight: 'bold', fontSize: 24 },
|
||||||
|
|
Loading…
Add table
Reference in a new issue