style: improve drag icon style (#51)
This commit is contained in:
committed by
GitHub
Unverified
parent
f6314431f0
commit
310a2e2511
@@ -230,7 +230,7 @@ export const ProfileItem = (props: Props) => {
|
||||
{...attributes}
|
||||
{...listeners}
|
||||
>
|
||||
<DragIndicator sx={{ cursor: "grab" }} />
|
||||
<DragIndicator sx={{ cursor: "move", marginLeft: "-6px" }} />
|
||||
</Box>
|
||||
|
||||
<Typography
|
||||
|
||||
Reference in New Issue
Block a user