fix: style validator list item

This commit is contained in:
RadoslavDimchev 2023-10-19 10:43:01 +03:00
parent 539faadcd5
commit 8999f91a85

View File

@ -39,8 +39,9 @@ const ValidatorListItem = ({
padding: '6px 8px', padding: '6px 8px',
borderRadius: '12px', borderRadius: '12px',
backgroundColor, backgroundColor,
cursor: 'pointer',
}} }}
width="90%" width="92%"
> >
<XStack alignItems="center"> <XStack alignItems="center">
<Avatar <Avatar
@ -49,12 +50,10 @@ const ValidatorListItem = ({
name={name} name={name}
backgroundColor="$red-50" backgroundColor="$red-50"
colorHash={[ colorHash={[
[3, 30], [2, 9],
[2, 10], [4, 8],
[4, 0], [5, 13],
[5, 28], [11, 20],
[4, 13],
[4, 15],
]} ]}
/> />
<YStack pl="8px"> <YStack pl="8px">