fix(svelte): background lines

This commit is contained in:
moklick
2023-09-27 17:26:51 +02:00
parent 335e116d44
commit 2215b68438
3 changed files with 4 additions and 4 deletions
@@ -52,6 +52,6 @@
<SvelteFlow {nodes} {edges} fitView minZoom={0.2}>
<Controls />
<Background variant={BackgroundVariant.Dots} />
<Background variant={BackgroundVariant.Lines} />
<MiniMap />
</SvelteFlow>