editor: make drag handle size dynamic

This commit is contained in:
ammarahm-ed
2023-04-18 00:50:41 +05:00
parent 9ab83e7fbb
commit cf65fc4f57

View File

@@ -89,10 +89,10 @@ export function TaskItemComponent(
".icon:hover path": {
fill: "var(--checked) !important"
},
mt: "1px",
mx: 1
mx: 1,
fontFamily: "inherit"
}}
size={isMobile ? 24 : 20}
size={isMobile ? "2.46ch" : "2.22ch"}
/>
)}
<Icon