From 2adb0e445fa4887438a77cf1d22bc0c3023f9554 Mon Sep 17 00:00:00 2001 From: enes Date: Mon, 19 Aug 2024 18:16:48 +0200 Subject: [PATCH] fix(draw): add resize cursor to resize handle --- src/components/DrawPDFFields/style.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DrawPDFFields/style.module.scss b/src/components/DrawPDFFields/style.module.scss index 855325e..8c888ec 100644 --- a/src/components/DrawPDFFields/style.module.scss +++ b/src/components/DrawPDFFields/style.module.scss @@ -52,7 +52,7 @@ background-color: #fff; border: 1px solid rgb(160, 160, 160); border-radius: 50%; - cursor: pointer; + cursor: nwse-resize; // Increase the area a bit so it's easier to click &::after {