diff --git a/src/app/globals.css b/src/app/globals.css index 7fce38ce..4899a54b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -124,13 +124,13 @@ body { .react-flow__resize-control.left, .react-flow__resize-control.right { cursor: ew-resize !important; - width: 8px !important; + width: 16px !important; } .react-flow__resize-control.top, .react-flow__resize-control.bottom { cursor: ns-resize !important; - height: 8px !important; + height: 16px !important; } .react-flow__resize-control.top.left, diff --git a/src/components/nodes/BaseNode.tsx b/src/components/nodes/BaseNode.tsx index 394fbf0c..ba44b363 100644 --- a/src/components/nodes/BaseNode.tsx +++ b/src/components/nodes/BaseNode.tsx @@ -189,7 +189,7 @@ export function BaseNode({ minWidth={minWidth} minHeight={minHeight} lineClassName="!border-transparent" - handleClassName="!w-3 !h-3 !bg-transparent !border-none" + handleClassName="!w-5 !h-5 !bg-transparent !border-none" onResize={handleResize} />