chore(bg): gap=20 by default

This commit is contained in:
moklick
2022-10-03 14:32:31 +02:00
parent be6590a5d6
commit c98092ef2c
+1 -1
View File
@@ -22,7 +22,7 @@ const selector = (s: ReactFlowState) => ({ transform: s.transform, rfId: s.rfId
function Background({
variant = BackgroundVariant.Dots,
gap = 25,
gap = 20,
// only used for dots and cross
size,
// only used for lines and cross