fix: space between eth and value

This commit is contained in:
RadoslavDimchev 2024-01-19 10:20:41 +02:00
parent a3291e589e
commit 00a227b9ee
1 changed files with 5 additions and 3 deletions

View File

@ -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' }}>