fix: remove keys generated and change width
This commit is contained in:
parent
cbcbb3195f
commit
1dfc17d8b9
|
@ -25,22 +25,11 @@ const ValidatorRequest = ({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<XStack
|
<ValidatorProfile name={name} address={'zQ3asdf9d4Gs0'} />
|
||||||
style={{
|
|
||||||
justifyContent: 'space-between',
|
|
||||||
width: '44%',
|
|
||||||
alignItems: 'center',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<ValidatorProfile name={name} address={'zQ3asdf9d4Gs0'} />
|
|
||||||
<Text size={13} color="#647084" weight={'semibold'}>
|
|
||||||
Keys Generated
|
|
||||||
</Text>
|
|
||||||
</XStack>
|
|
||||||
<XStack
|
<XStack
|
||||||
style={{
|
style={{
|
||||||
justifyContent: isTransactionConfirmation ? 'space-between' : 'end',
|
justifyContent: isTransactionConfirmation ? 'space-between' : 'end',
|
||||||
width: '53%',
|
width: '58%',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue