feat: add more space for right side bar validator
This commit is contained in:
parent
f777542dc1
commit
0dd85010cd
|
@ -40,7 +40,7 @@ const ValidatorListItem = ({
|
||||||
}}
|
}}
|
||||||
width="92%"
|
width="92%"
|
||||||
>
|
>
|
||||||
<XStack alignItems="center">
|
<XStack alignItems="center" space={'$2'}>
|
||||||
<Avatar
|
<Avatar
|
||||||
type="user"
|
type="user"
|
||||||
size={32}
|
size={32}
|
||||||
|
|
|
@ -30,7 +30,7 @@ const ValidatorNameAddress = ({
|
||||||
{isVerified && <VerifiedIcon size={20} />}
|
{isVerified && <VerifiedIcon size={20} />}
|
||||||
{isAvatarChipIncluded && <ContactIcon size={20} />}
|
{isAvatarChipIncluded && <ContactIcon size={20} />}
|
||||||
</XStack>
|
</XStack>
|
||||||
<XStack space={'$1'} style={{ alignItems: 'center' }}>
|
<XStack space={'$1'} alignItems="center">
|
||||||
<Text size={13} color="#647084">
|
<Text size={13} color="#647084">
|
||||||
{getFormattedValidatorAddress(address)}
|
{getFormattedValidatorAddress(address)}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue