fix(draw): add resize cursor to resize handle

This commit is contained in:
enes 2024-08-19 18:16:48 +02:00
parent 9c45b78712
commit 2adb0e445f

View File

@ -52,7 +52,7 @@
background-color: #fff; background-color: #fff;
border: 1px solid rgb(160, 160, 160); border: 1px solid rgb(160, 160, 160);
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: nwse-resize;
// Increase the area a bit so it's easier to click // Increase the area a bit so it's easier to click
&::after { &::after {