Update Activation.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-30 14:48:25 +02:00
parent 7979afa688
commit 8b5382ce30
1 changed files with 2 additions and 4 deletions

View File

@ -34,9 +34,8 @@ const Activation = () => {
Validators and are currently syncing your nodes.
</Text>
</Stack>
<YStack space={'$3'} marginTop={'25px'}>
<YStack marginTop={'25px'}>
<XStack
space={'$3'}
width="100%"
flexWrap={windowSize.width < 780 ? 'wrap' : 'nowrap'}
>
@ -56,7 +55,6 @@ const Activation = () => {
/>
</XStack>
<XStack
space={'$3'}
flexWrap={windowSize.width < 780 ? 'wrap' : 'nowrap'}
width="100%"
>
@ -65,7 +63,7 @@ const Activation = () => {
text="Estimated Activation Time"
value="32 Days"
/>
<ActivationCard text="Current APR" value="4.40%" isLast={true} />
<ActivationCard text="Current APR" value="4.40%" />
</XStack>
</YStack>
</YStack>