From 8b6751d8b8d5444d48ac5ec7eb5759b86b07cce4 Mon Sep 17 00:00:00 2001 From: Ivana Andersson Date: Thu, 7 Sep 2023 15:10:21 +0300 Subject: [PATCH] fix: small changes to sizing and font sizes --- .../ValidatorOnboarding/Activation/Activation.tsx | 10 +++++----- .../Activation/ActivationCard.tsx | 4 ++-- .../ConfirmRecoveryPhrase.tsx | 2 +- .../ValidatorSetup/ConsensusSelection.tsx | 15 ++++++++------- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/pages/ValidatorOnboarding/Activation/Activation.tsx b/src/pages/ValidatorOnboarding/Activation/Activation.tsx index 07678c79..b7ce1dbf 100644 --- a/src/pages/ValidatorOnboarding/Activation/Activation.tsx +++ b/src/pages/ValidatorOnboarding/Activation/Activation.tsx @@ -35,20 +35,20 @@ const Activation = () => { }, []) return ( - + {showConfetti && } - + Activation - + Congratulations! You have successfully setup your Nimbus Validators and are currently syncing your nodes. - + { text="Edit Validators" to="/" arrowLeft={true} - style={{ marginTop: '44px', marginBottom: '88px' }} + style={{ marginTop: '44px', marginBottom: '88px', fontSize: '13px' }} /> diff --git a/src/pages/ValidatorOnboarding/Activation/ActivationCard.tsx b/src/pages/ValidatorOnboarding/Activation/ActivationCard.tsx index befba796..cca9b23f 100644 --- a/src/pages/ValidatorOnboarding/Activation/ActivationCard.tsx +++ b/src/pages/ValidatorOnboarding/Activation/ActivationCard.tsx @@ -30,7 +30,7 @@ const ActivationCard = ({ }} > {!isGaugeIncluded && ( - + {text} @@ -40,7 +40,7 @@ const ActivationCard = ({ )} {isGaugeIncluded && ( - + {text} diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/ConfirmRecoveryPhrase/ConfirmRecoveryPhrase.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/ConfirmRecoveryPhrase/ConfirmRecoveryPhrase.tsx index 20521db4..b0112061 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/ConfirmRecoveryPhrase/ConfirmRecoveryPhrase.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/ConfirmRecoveryPhrase/ConfirmRecoveryPhrase.tsx @@ -8,7 +8,7 @@ const ConfirmRecoveryPhrase = () => { return ( - Confirm Recovery Phrase + Confirm Recovery Phrase { ] return ( - - + + Validator Setup + - - + Consensus Client Detection - + No existing execution client installations have been detected on paired device. @@ -63,14 +63,14 @@ const ConsensusSelection = () => { - + Install Consensus client - The resource efficient Ethereum Clients. + The resource efficient Ethereum Clients. {selectedClient} is a client implementation for both execution and consensus layers that strives to be as lightweight as possible in terms of resources used. This allows it to @@ -81,6 +81,7 @@ const ConsensusSelection = () => {