refactor(background): use background position for positioning dots and lines #356

This commit is contained in:
moklick
2020-07-26 17:12:50 +02:00
parent 0d2bdf7ce8
commit cdfc311942
4 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const OverviewFlow = () => {
}}
/>
<Controls />
<Background color="#888" gap={16} />
<Background color="#aaa" gap={16} />
</ReactFlow>
);
};