Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed May 16, 2024
1 parent 3cac587 commit 61328e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class InstantOnboardingView: UIView {
contentStackView.setCustomSpacing(16, after: nameTextField)
contentStackView.setCustomSpacing(8, after: hintLabelWrapper)
contentStackView.setCustomSpacing(16, after: privacyButtonWrapper)
contentStackView.setCustomSpacing(16, after: agreeButton)
contentStackView.setCustomSpacing(64, after: agreeButton)

contentScrollView = UIScrollView()
contentScrollView.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 61328e0

Please sign in to comment.