Merge pull request #6454 from BlueWallet/headerfx

Update TransactionsNavigationHeader.tsx
This commit is contained in:
GLaDOS 2024-04-24 05:06:08 +00:00 committed by GitHub
commit 8430741cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,6 @@ const styles = StyleSheet.create({
walletBalance: {
flexShrink: 1,
marginRight: 6,
height: 34,
},
manageFundsButton: {
marginTop: 14,
@ -330,10 +329,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',