fix: style tweaks

This commit is contained in:
RadoslavDimchev 2023-09-20 20:40:53 +03:00
parent 8c30f3817c
commit 4072cbb82d
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ const Deposit = () => {
}
return (
<YStack space={'$2'} style={{ width: '100%', padding: '16px 32px', alignItems: 'start' }}>
<YStack space={'$3'} style={{ width: '100%', padding: '16px 32px', alignItems: 'start' }}>
<Text size={19} weight={'semibold'}>
Deposit Funds
</Text>

View File

@ -27,21 +27,21 @@ const Validators = ({
/>
</Stack>
<YStack space={'$2'}>
<Text size={15} weight={'semibold'} color="#09101C">
<Text size={15} weight={'semibold'}>
ETH
</Text>
<Text size={27} weight={'semibold'} color="#09101C">
<Text size={27} weight={'semibold'}>
64
</Text>
</YStack>
<YStack space={'$2'}>
<XStack style={{ justifyContent: 'space-between' }}>
<Text size={15} weight={'semibold'} color="#09101C">
<Text size={15} weight={'semibold'}>
USD
</Text>
<ChevronDownIcon size={16} color={'#919191'} />
<ChevronDownIcon size={16} color={'#919191'} style={{ cursor: 'pointer' }} />
</XStack>
<Text size={27} weight={'semibold'} color="#09101C">
<Text size={27} weight={'semibold'}>
$4,273 USD
</Text>
</YStack>