Skip to content

Commit

Permalink
better default values for button positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
miller45 committed Nov 19, 2018
1 parent a01c652 commit 4a3cac0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export class OnboardingService {
},
buttonsConfiguration: {
position: OnboardingButtonsPosition.BottomRight,
horizontalDistanceToBorderInPx: 100,
verticalDistanceToBorderInPx: 500
horizontalDistanceToBorderInPx: 50,
verticalDistanceToBorderInPx: 40
}
};

Expand Down

0 comments on commit 4a3cac0

Please sign in to comment.