Merge branch 'next' of github.com:wbkd/react-flow into next
This commit is contained in:
@@ -158,7 +158,7 @@ const OverviewFlow = () => {
|
|||||||
|
|
||||||
return '#fff';
|
return '#fff';
|
||||||
}}
|
}}
|
||||||
borderRadius={2}
|
nodeBorderRadius={2}
|
||||||
/>
|
/>
|
||||||
<Controls />
|
<Controls />
|
||||||
<Background color="#aaa" gap={16} />
|
<Background color="#aaa" gap={16} />
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const OverviewFlow = () => {
|
|||||||
|
|
||||||
return '#fff';
|
return '#fff';
|
||||||
}}
|
}}
|
||||||
borderRadius={2}
|
nodeBorderRadius={2}
|
||||||
/>
|
/>
|
||||||
<Controls />
|
<Controls />
|
||||||
<Background color="#aaa" gap={16} />
|
<Background color="#aaa" gap={16} />
|
||||||
|
|||||||
Reference in New Issue
Block a user