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 ( 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'}> <Text size={19} weight={'semibold'}>
Deposit Funds Deposit Funds
</Text> </Text>

View File

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