Update TransactionsNavigationHeader.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-04-23 18:59:29 -04:00
parent f37818a956
commit 7777ec42c5
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -296,7 +296,7 @@ const styles = StyleSheet.create({
walletBalance: {
flexShrink: 1,
marginRight: 6,
height: 34,
marginT: 50,
},
manageFundsButton: {
marginTop: 14,
@ -330,10 +330,8 @@ const styles = StyleSheet.create({
alignItems: 'center',
backgroundColor: 'rgba(255, 255, 255, 0.25)',
borderRadius: 8,
paddingVertical: 5,
minHeight: 35,
minWidth: 65,
padding: 10, // Adjust padding as needed to fit the content
},
walletPreferredUnitText: {
color: '#fff',