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