feat: add more space for right side bar validator

This commit is contained in:
RadoslavDimchev 2024-01-18 17:21:21 +02:00
parent f777542dc1
commit 0dd85010cd
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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>