fix(website): fix incorrect prop in examples

This commit is contained in:
timhwang21
2020-10-29 14:58:50 -04:00
parent 40ddd69070
commit 10c3d8ec92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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} />
+1 -1
View File
@@ -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} />