Update ValidatorSetup.tsx
This commit is contained in:
parent
b5a2a63b51
commit
2c1820c58b
|
@ -12,10 +12,11 @@ const ValidatorSetup = () => {
|
||||||
minHeight={'65vh'}
|
minHeight={'65vh'}
|
||||||
justifyContent={'space-between'}
|
justifyContent={'space-between'}
|
||||||
>
|
>
|
||||||
<XStack justifyContent={'space-between'} alignItems={'center'} flexWrap="wrap">
|
<XStack justifyContent={'space-between'} alignItems={'center'} flexWrap="wrap" space={'$8'}>
|
||||||
<Text size={27} weight={'semibold'}>
|
<Text size={27} weight={'semibold'}>
|
||||||
Validator Setup
|
Validator Setup
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<PairedDeviceCard />
|
<PairedDeviceCard />
|
||||||
</XStack>
|
</XStack>
|
||||||
<YStack>
|
<YStack>
|
||||||
|
|
Loading…
Reference in New Issue