diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyFiles.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyFiles.tsx index 4b817e67..58143902 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyFiles.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyFiles.tsx @@ -1,10 +1,8 @@ -import { XStack, YStack } from 'tamagui' +import { Stack, XStack, YStack } from 'tamagui' import { Button, InformationBox, Input, Text } from '@status-im/components' import { ClearIcon, CloseCircleIcon } from '@status-im/icons' import { useState } from 'react' -import BorderBox from '../../../components/General/BorderBox' - const KeyFiles = () => { const [encryptedPassword, setEncryptedPassword] = useState('') const [confirmEncryptedPassword, setConfirmEncryptedPassword] = useState('') @@ -29,8 +27,8 @@ const KeyFiles = () => { return ( - - + + Encryption Password @@ -68,13 +66,22 @@ const KeyFiles = () => { /> - + Download Key Files - + - + + + { recoveryMechanism={recoveryMechanism} handleRecMechanismChange={handleRecMechanismChange} /> - - 4 Validators - + + + 4 Validators + + {isKeyFiles && } {isRecoveryPhrase && }