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'}> <Text size={15} weight={'semibold'}>
ETH ETH
</Text> </Text>
<Stack style={{ marginTop: '2px' }}>
<Text size={27} weight={'semibold'}> <Text size={27} weight={'semibold'}>
{totalETH} {totalETH}
</Text> </Text>
</Stack>
</YStack> </YStack>
<YStack space={'$2'}> <YStack space={'$2'}>
<XStack style={{ justifyContent: 'space-between' }}> <XStack style={{ justifyContent: 'space-between' }}>