mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix: style validator list item
This commit is contained in:
parent
539faadcd5
commit
8999f91a85
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user