diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism.tsx index e7c4878c..8aa131d4 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanism.tsx @@ -1,5 +1,5 @@ import { Text } from '@status-im/components' -import { XStack } from 'tamagui' +import { XStack, YStack } from 'tamagui' import RecoveryMechanismCard from './RecoveryMechanismCard' type RecoveryMechanismProps = { @@ -12,11 +12,11 @@ const RecoveryMechanism = ({ handleRecoveryMechanismChange, }: RecoveryMechanismProps) => { return ( - + Select Recovery Mechanism - + - + ) } diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanismCard.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanismCard.tsx index 5e6018d8..df689616 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanismCard.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryMechanismCard.tsx @@ -15,10 +15,12 @@ const RecoveryMechanismCard = ({
handleRecoveryMechanismChange(value)} >