fix: management table formatting

This commit is contained in:
RadoslavDimchev 2023-11-10 22:04:28 +02:00
parent 28b5265193
commit 584fd9679f

View File

@ -80,16 +80,18 @@ const ManagementTable = () => {
cursor: 'pointer', cursor: 'pointer',
}} }}
/> />
<Stack style={{ <Stack
position: 'absolute', style={{
right: -2, position: 'absolute',
top: -1.5, right: -2,
width: '9px', top: -1.5,
height: '9px', width: '9px',
borderRadius: '50%', height: '9px',
backgroundColor: '#1992D7', borderRadius: '50%',
border: '1.5px solid #fff', backgroundColor: '#1992D7',
}} /> border: '1.5px solid #fff',
}}
/>
</Stack> </Stack>
</XStack> </XStack>
<table> <table>