mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-14 04:16:28 +00:00
feat: update validator request structure
This commit is contained in:
parent
da61af6016
commit
f1d3cf4793
@ -10,7 +10,8 @@ type ValidatorRequestProps = {
|
||||
const ValidatorRequest = ({ number }: ValidatorRequestProps) => {
|
||||
return (
|
||||
<YStack space={'$3'} style={{ width: '100%' }}>
|
||||
<XStack style={{ justifyContent: 'space-between', alignItems: 'center' }}>
|
||||
<XStack style={{ justifyContent: 'space-between', width: '100%' }}>
|
||||
<XStack style={{ justifyContent: 'space-between', width: '40%' }}>
|
||||
<XStack space={'$2'}>
|
||||
<Avatar
|
||||
type="user"
|
||||
@ -31,10 +32,13 @@ const ValidatorRequest = ({ number }: ValidatorRequestProps) => {
|
||||
<Text size={13} color="#647084" weight={'semibold'}>
|
||||
Keys Generated
|
||||
</Text>
|
||||
</XStack>
|
||||
<XStack style={{ justifyContent: true ? 'end' : 'space-between', width: '60%' }}>
|
||||
<Text size={13} color="#2F80ED" weight={'semibold'}>
|
||||
Requires Deposit
|
||||
</Text>
|
||||
</XStack>
|
||||
</XStack>
|
||||
<DividerLine />
|
||||
</YStack>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user