fix: remove keys generated and change width

This commit is contained in:
RadoslavDimchev 2024-01-26 11:30:34 +02:00 committed by Radoslav Dimchev
parent cbcbb3195f
commit 1dfc17d8b9
1 changed files with 2 additions and 13 deletions

View File

@ -25,22 +25,11 @@ const ValidatorRequest = ({
alignItems: 'center',
}}
>
<XStack
style={{
justifyContent: 'space-between',
width: '44%',
alignItems: 'center',
}}
>
<ValidatorProfile name={name} address={'zQ3asdf9d4Gs0'} />
<Text size={13} color="#647084" weight={'semibold'}>
Keys Generated
</Text>
</XStack>
<ValidatorProfile name={name} address={'zQ3asdf9d4Gs0'} />
<XStack
style={{
justifyContent: isTransactionConfirmation ? 'space-between' : 'end',
width: '53%',
width: '58%',
alignItems: 'center',
}}
>