mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 17:43:48 +00:00
fix: space between eth and value
This commit is contained in:
parent
a3291e589e
commit
00a227b9ee
@ -60,9 +60,11 @@ const ValidatorsMenuWithPrice = ({
|
||||
<Text size={15} weight={'semibold'}>
|
||||
ETH
|
||||
</Text>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
{totalETH}
|
||||
</Text>
|
||||
<Stack style={{ marginTop: '2px' }}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
{totalETH}
|
||||
</Text>
|
||||
</Stack>
|
||||
</YStack>
|
||||
<YStack space={'$2'}>
|
||||
<XStack style={{ justifyContent: 'space-between' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user