Skip to content

Commit

Permalink
Fix spacing between buttons (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme authored Dec 6, 2023
1 parent 6dbae28 commit c8e767d
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 @@ -87,7 +87,7 @@ struct VPNWaitlistSignUpView: View {
action(.custom(.openNetworkProtectionInviteCodeScreen))
})
.buttonStyle(RoundedButtonStyle(enabled: true, style: .bordered))
.padding(.top, 16)
.padding(.top, 8)

if requestInFlight {
HStack {
Expand Down

0 comments on commit c8e767d

Please sign in to comment.