fix: style tweaks
This commit is contained in:
parent
8c30f3817c
commit
4072cbb82d
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue