This commit is contained in:
2026-03-08 00:04:27 +01:00
parent c0a4ee4ec8
commit 9e5fada009
4 changed files with 22 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ export function InputHandle({ id }: NodeHandleProps) {
top: 20,
width: 20,
height: 20,
left: -10,
left: -15,
borderRadius: '9999px',
background: 'transparent',
border: 'none',
@@ -26,7 +26,7 @@ export function InputHandle({ id }: NodeHandleProps) {
justifyContent: 'center',
}}
>
<ArrowDownLeft className="w-4 h-4 text-muted-foreground pointer-events-none" />
<ArrowDownLeft className="w-4 h-4 text-foreground pointer-events-none" />
</Handle>
)
}
@@ -41,7 +41,7 @@ export function OutputHandle({ id }: NodeHandleProps) {
top: 20,
width: 20,
height: 20,
right: -10,
right: -15,
borderRadius: '9999px',
background: 'transparent',
border: 'none',