improve theme

This commit is contained in:
2026-03-08 09:37:05 +01:00
parent 78c3ebddd7
commit 48a6917a81
3 changed files with 11 additions and 57 deletions

View File

@@ -56,7 +56,7 @@ export function AnimatedEdge({
id={startId}
markerWidth={DOT_MARKER_R * 2}
markerHeight={DOT_MARKER_R * 2}
refX={DOT_MARKER_R + 10}
refX={DOT_MARKER_R - 1}
refY={DOT_MARKER_R}
orient="auto"
>
@@ -72,7 +72,7 @@ export function AnimatedEdge({
id={endId}
markerWidth={DOT_MARKER_R * 2}
markerHeight={DOT_MARKER_R * 2}
refX={DOT_MARKER_R - 10}
refX={DOT_MARKER_R + 1}
refY={DOT_MARKER_R}
orient="auto"
>