Update WalletTransactions.tsx

This commit is contained in:
Marcos Rodriguez Velez 2025-02-09 12:03:39 -04:00
parent 30ed2a3d96
commit caf41400a0

View file

@ -582,7 +582,7 @@ const styles = StyleSheet.create({
top: 0,
left: 0,
right: 0,
height: 400,
height: 140,
},
emptyTxs: { fontSize: 18, color: '#9aa0aa', textAlign: 'center', marginVertical: 16 },
emptyTxsLightning: { fontSize: 18, color: '#9aa0aa', textAlign: 'center', fontWeight: '600' },