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,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>