style: improve drag icon style (#51)

This commit is contained in:
Pylogmon 2023-12-03 16:27:13 +08:00 committed by GitHub
parent f6314431f0
commit 310a2e2511

View File

@ -230,7 +230,7 @@ export const ProfileItem = (props: Props) => {
{...attributes} {...attributes}
{...listeners} {...listeners}
> >
<DragIndicator sx={{ cursor: "grab" }} /> <DragIndicator sx={{ cursor: "move", marginLeft: "-6px" }} />
</Box> </Box>
<Typography <Typography