feat(lib): add gridColor param

This commit is contained in:
moklick
2019-10-07 21:55:35 +02:00
parent 5cd3dc6125
commit 2eda8134a8
4 changed files with 20 additions and 11 deletions

View File

@@ -145,6 +145,7 @@ class App extends PureComponent {
}}
connectionLineStyle={{ stroke: '#ddd', strokeWidth: 2 }}
connectionLineType="bezier"
gridColor="#aaa"
>
<MiniMap
style={{ position: 'absolute', right: 10, bottom: 10 }}