瀏覽代碼

style: improve drag icon style (#51)

Pylogmon 1 年之前
父節點
當前提交
2f00666a68
共有 1 個文件被更改,包括 1 次插入1 次删除
  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