style: improve drag icon style (#51)

This commit is contained in:
Pylogmon 2023-12-03 16:27:13 +08:00 committed by GitHub
parent 80f4570093
commit 2f00666a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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