mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: align validator name and its icons
This commit is contained in:
parent
e1ce8983dd
commit
2a81f11c59
@ -58,11 +58,13 @@ const ValidatorListItem = ({
|
||||
]}
|
||||
/>
|
||||
<YStack pl="8px">
|
||||
<XStack space={'$2'} alignItems="center">
|
||||
<Text size={13} weight={'semibold'}>
|
||||
{name}
|
||||
</Text>
|
||||
{isVerified && <VerifiedIcon size={20} />}
|
||||
{isAvatarChipIncluded && <ContactIcon size={20} />}
|
||||
</Text>
|
||||
</XStack>
|
||||
<Text size={13}>{getFormattedValidatorAddress(validatorAddress)}</Text>
|
||||
</YStack>
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user