Update ValidatorSetup.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-16 13:15:37 +02:00
parent b5a2a63b51
commit 2c1820c58b
1 changed files with 2 additions and 1 deletions

View File

@ -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>