fix: align dot grid to snap grid and fix node selection layout shift

This commit is contained in:
Pouzor
2026-04-08 13:58:27 +02:00
parent 8bd1c48976
commit b0df8f389a
3 changed files with 10 additions and 7 deletions
@@ -98,7 +98,7 @@ export function CanvasContainer({ onConnect: onConnectProp, onEdgeDoubleClick, o
>
<Background
variant={BackgroundVariant.Dots}
gap={24}
gap={16}
size={1}
color={theme.colors.canvasDotColor}
/>