feat: Background dots

This commit is contained in:
AndyLnd
2019-10-09 16:58:40 +02:00
parent 7375bf979a
commit 6726a3bbaa
2 changed files with 48 additions and 35 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const GraphView = memo(({
{showBackground && (
<BackgroundRenderer
gap={backgroundGap}
strokeColor={backgroundColor}
color={backgroundColor}
backgroundType={backgroundType}
/>
)}