chore(bg): gap=20 by default
This commit is contained in:
@@ -22,7 +22,7 @@ const selector = (s: ReactFlowState) => ({ transform: s.transform, rfId: s.rfId
|
|||||||
|
|
||||||
function Background({
|
function Background({
|
||||||
variant = BackgroundVariant.Dots,
|
variant = BackgroundVariant.Dots,
|
||||||
gap = 25,
|
gap = 20,
|
||||||
// only used for dots and cross
|
// only used for dots and cross
|
||||||
size,
|
size,
|
||||||
// only used for lines and cross
|
// only used for lines and cross
|
||||||
|
|||||||
Reference in New Issue
Block a user