Update WalletTransactions.tsx

This commit is contained in:
Marcos Rodriguez Velez 2025-03-01 13:21:50 -04:00
parent 2f3cf1b4e9
commit 96e553f3d5

View file

@ -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 },