Merge pull request #643 from timhwang21/timothy/fix-examples

fix(website): fix incorrect prop in examples
This commit is contained in:
Christopher Möller
2020-11-03 16:23:25 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ const OverviewFlow = () => {
return '#fff';
}}
borderRadius={2}
nodeBorderRadius={2}
/>
<Controls />
<Background color="#aaa" gap={16} />
+1 -1
View File
@@ -44,7 +44,7 @@ const OverviewFlow = () => {
return '#fff';
}}
borderRadius={2}
nodeBorderRadius={2}
/>
<Controls />
<Background color="#aaa" gap={16} />