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

View File

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