Skip to content

Commit

Permalink
fix(helpers): add missing spaceBetweenGoalsInPx
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jun 5, 2023
1 parent a229a2c commit 6da7c56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/helpers/overlaysDefaultValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,11 @@ const values = {
},
goal: {
display: {
type: 'fade',
durationMs: 30000,
animationInMs: 1000,
animationOutMs: 1000,
type: 'fade',
durationMs: 30000,
animationInMs: 1000,
animationOutMs: 1000,
spaceBetweenGoalsInPx: 1,
},
campaigns: [],
},
Expand Down

0 comments on commit 6da7c56

Please sign in to comment.