fix: remove keys generated and change width
This commit is contained in:
parent
cbcbb3195f
commit
1dfc17d8b9
|
@ -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',
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue