chaged handle style

This commit is contained in:
anovazzi1 2023-02-15 15:30:05 -03:00
commit c0044b1334

View file

@ -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"
></Handle>
</Tooltip>
<div className="w-full flex items-center justify-between p-4 bg-gray-50 border-b ">
@ -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] }}
></Handle>
</div>