Update ValidatorSetup.tsx
This commit is contained in:
parent
b5a2a63b51
commit
2c1820c58b
|
@ -12,10 +12,11 @@ const ValidatorSetup = () => {
|
|||
minHeight={'65vh'}
|
||||
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'}>
|
||||
Validator Setup
|
||||
</Text>
|
||||
|
||||
<PairedDeviceCard />
|
||||
</XStack>
|
||||
<YStack>
|
||||
|
|
Loading…
Reference in New Issue