fix(bg): dont cut off dots closes #1088

This commit is contained in:
moklick
2021-04-14 10:11:36 +02:00
parent d5b84afcc1
commit 9fa5347f00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ const OverviewFlow = () => {
>
<MiniMap nodeStrokeColor={nodeStrokeColor} nodeColor={nodeColor} nodeBorderRadius={2} />
<Controls />
<Background color="#aaa" gap={16} />
<Background color="#aaa" gap={20} size={1} />
</ReactFlow>
);
};