From c0044b13341905a06c43939603cbd16cf0d11587 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 15 Feb 2023 15:30:05 -0300 Subject: [PATCH] chaged handle style --- 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 7d1f0adb3..14fa3c04c 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="bg-gray-400 w-3 h-3 -ml-0.5" + className="h-10 w-3 !bg-teal-500 rounded-sm -ml-0.5" >
@@ -67,7 +67,7 @@ export default function GenericNode({ data }) { type="target" position={Position.Right} id="b" - className=" w-3 h-3 -mr-0.5" + className="h-10 w-3 rounded-sm -mr-0.5" style={{ background: nodeColors[data.type] }} >