Adjust SvelteFlow and allow for null to use CSS variable

This commit is contained in:
Alessandro
2025-08-11 13:59:38 +02:00
parent 4c389117b7
commit d060c3fa87
5 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function createMarkerIds(
defaultMarkerEnd,
}: {
id?: string | null;
defaultColor?: string;
defaultColor?: string | null;
defaultMarkerStart?: EdgeMarkerType;
defaultMarkerEnd?: EdgeMarkerType;
}