From 036fa734c1d14a2e929a6311759fba50c5b48d7b Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 28 Aug 2023 14:47:16 +0300 Subject: [PATCH] feat: style recovery mechanism --- .../KeyGeneration/RecoveryMechanism.tsx | 8 ++++---- .../KeyGeneration/RecoveryMechanismCard.tsx | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) 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)} >