enlarged node resizer border for easier resizing

This commit is contained in:
findthelorax
2026-04-21 23:44:44 -04:00
committed by Remy
parent 96786f155b
commit 4ecd241bf4
2 changed files with 2 additions and 2 deletions
@@ -66,7 +66,7 @@ export function BaseNode({ id, data, selected, icon: typeIcon, width, height }:
minWidth={140}
minHeight={50}
lineStyle={{ borderColor: 'transparent' }}
handleStyle={{ borderColor: colors.border, background: colors.border, width: 8, height: 8 }}
handleStyle={{ borderColor: colors.border, background: colors.border, width: 16, height: 16 }}
/>
<Handle
type="source"