style
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user