fix: style activation validator setup
This commit is contained in:
parent
c07f8964e3
commit
abdb8995e9
|
@ -19,21 +19,21 @@ const ActivationValidatorSetup = () => {
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack style={styles.confettiContainer} width={'100%'}>
|
<Stack style={styles.confettiContainer} width={'100%'} minHeight={'65vh'}>
|
||||||
{showConfetti && <Confetti style={styles.confettiCanvas} />}
|
{showConfetti && <Confetti style={styles.confettiCanvas} />}
|
||||||
<YStack style={{ padding: '16px 32px' }}>
|
<YStack style={{ padding: '26px 32px' }}>
|
||||||
<YStack space={'$3'}>
|
<YStack space={'$5'}>
|
||||||
<Text size={27} weight={'semibold'}>
|
<Text size={27} weight={'semibold'}>
|
||||||
Activation
|
Activation
|
||||||
</Text>
|
</Text>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Text size={27}>
|
<Text size={19}>
|
||||||
Congratulations! You have successfully setup your Execution and Consensus clients and
|
Congratulations! You have successfully setup your Execution and Consensus clients and
|
||||||
are currently syncing your nodes. You need to be sufficiently synced prior to setting
|
are currently syncing your nodes. You need to be sufficiently synced prior to setting
|
||||||
up your validators and making a deposit.
|
up your validators and making a deposit.
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
<YStack space={'$3'} marginTop={'10px'} width={'33%'}>
|
<YStack space={'$3'} marginTop={'25px'} width={'33%'}>
|
||||||
<XStack width={'151%'} space={'$3'}>
|
<XStack width={'151%'} space={'$3'}>
|
||||||
<ActivationCard
|
<ActivationCard
|
||||||
text="Execution Sync Status"
|
text="Execution Sync Status"
|
||||||
|
|
Loading…
Reference in New Issue