mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-11 10:56:35 +00:00
fix: position of arrow to open dropdown
This commit is contained in:
parent
c16bf78cc6
commit
a6edc7eec1
@ -57,8 +57,8 @@ const ValidatorsMenuWithPrice = ({
|
||||
{totalETH}
|
||||
</Text>
|
||||
</YStack>
|
||||
<YStack space={'$2'} justifyContent={'start'} alignItems={'start'}>
|
||||
<XStack style={{ justifyContent: 'space-between' }}>
|
||||
<YStack space={'$2'}>
|
||||
<XStack style={{ justifyContent: 'space-between', width: '115%' }}>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
{currency}
|
||||
</Text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user