From 30dab59ed6ea1aafe7bd68bbec68a81757041e82 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 15 Feb 2023 18:08:28 -0300 Subject: [PATCH] bigger drag handle --- space_flow/src/CustomNodes/GenericNode/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/space_flow/src/CustomNodes/GenericNode/index.tsx b/space_flow/src/CustomNodes/GenericNode/index.tsx index 60eb8ab57..8a19f6664 100644 --- a/space_flow/src/CustomNodes/GenericNode/index.tsx +++ b/space_flow/src/CustomNodes/GenericNode/index.tsx @@ -18,7 +18,7 @@ export default function GenericNode({ data }) { type="source" position={Position.Left} id="b" - className="h-10 w-3 !bg-teal-500 rounded-sm -ml-0.5" + className="bg-gray-400 w-4 h-4 rounded-full" >
@@ -67,7 +67,7 @@ export default function GenericNode({ data }) { type="target" position={Position.Right} id="b" - className="h-10 w-3 rounded-sm -mr-0.5" + className="bg-gray-400 w-4 h-4 rounded-full" style={{ background: nodeColors[data.type] }} >