mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 06:36:05 +00:00
fix: management table formatting
This commit is contained in:
parent
28b5265193
commit
584fd9679f
@ -80,7 +80,8 @@ const ManagementTable = () => {
|
|||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Stack style={{
|
<Stack
|
||||||
|
style={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: -2,
|
right: -2,
|
||||||
top: -1.5,
|
top: -1.5,
|
||||||
@ -89,7 +90,8 @@ const ManagementTable = () => {
|
|||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
backgroundColor: '#1992D7',
|
backgroundColor: '#1992D7',
|
||||||
border: '1.5px solid #fff',
|
border: '1.5px solid #fff',
|
||||||
}} />
|
}}
|
||||||
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
</XStack>
|
</XStack>
|
||||||
<table>
|
<table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user