mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
commit
675adea34b
1 changed files with 2 additions and 1 deletions
|
@ -208,6 +208,7 @@ const TransactionsNavigationHeader: React.FC<TransactionsNavigationHeaderProps>
|
|||
// @ts-ignore: Ugh
|
||||
key={balance} // force component recreation on balance change. To fix right-to-left languages, like Farsi
|
||||
numberOfLines={1}
|
||||
minimumFontScale={0.5}
|
||||
adjustsFontSizeToFit
|
||||
style={styles.walletBalanceText}
|
||||
>
|
||||
|
@ -295,7 +296,7 @@ const styles = StyleSheet.create({
|
|||
walletBalance: {
|
||||
flexShrink: 1,
|
||||
marginRight: 6,
|
||||
height: 30,
|
||||
height: 34,
|
||||
},
|
||||
manageFundsButton: {
|
||||
marginTop: 14,
|
||||
|
|
Loading…
Add table
Reference in a new issue