mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: Carousel height was off on Android
This commit is contained in:
parent
986167329c
commit
0c665885b5
1 changed files with 2 additions and 2 deletions
|
@ -227,10 +227,10 @@ export const WalletCarouselItem = ({ item, _, onPress, handleLongPress, isSelect
|
|||
<Text
|
||||
numberOfLines={1}
|
||||
key={balance} // force component recreation on balance change. To fix right-to-left languages, like Farsi
|
||||
adjustsFontSizeToFit
|
||||
ellipsizeMode='middle'
|
||||
style={[iStyles.balance, { color: colors.inverseForegroundColor }]}
|
||||
>
|
||||
{balance}
|
||||
{`${balance} `}
|
||||
</Text>
|
||||
)}
|
||||
<Text style={iStyles.br} />
|
||||
|
|
Loading…
Add table
Reference in a new issue