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%"
|
||||
>
|
||||
<XStack alignItems="center">
|
||||
<XStack alignItems="center" space={'$2'}>
|
||||
<Avatar
|
||||
type="user"
|
||||
size={32}
|
||||
|
|
|
@ -30,7 +30,7 @@ const ValidatorNameAddress = ({
|
|||
{isVerified && <VerifiedIcon size={20} />}
|
||||
{isAvatarChipIncluded && <ContactIcon size={20} />}
|
||||
</XStack>
|
||||
<XStack space={'$1'} style={{ alignItems: 'center' }}>
|
||||
<XStack space={'$1'} alignItems="center">
|
||||
<Text size={13} color="#647084">
|
||||
{getFormattedValidatorAddress(address)}
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue