Quellcode durchsuchen

style: improve drag icon style (#51)

Pylogmon vor 1 Jahr
Ursprung
Commit
2f00666a68
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/profile/profile-item.tsx

+ 1 - 1
src/components/profile/profile-item.tsx

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