Skip to content

Commit

Permalink
Fix a minor padding issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 25, 2023
1 parent b9832d1 commit c478b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/VPNWaitlistView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct VPNWaitlistSignUpView: View {
.foregroundColor(.waitlistTextSecondary)
.multilineTextAlignment(.center)
.lineSpacing(6)
.padding(.top, 24)
.padding(.top, 18)

Button(UserText.networkProtectionWaitlistButtonJoinWaitlist, action: { action(.joinQueue) })
.buttonStyle(RoundedButtonStyle(enabled: !requestInFlight))
Expand Down

0 comments on commit c478b23

Please sign in to comment.