From c8e767d6204db049016d224bc574f91b5a9dee1a Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Wed, 6 Dec 2023 18:10:09 +0100 Subject: [PATCH] Fix spacing between buttons (#2237) --- DuckDuckGo/VPNWaitlistView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/VPNWaitlistView.swift b/DuckDuckGo/VPNWaitlistView.swift index d88e9e5557..9f912e48b6 100644 --- a/DuckDuckGo/VPNWaitlistView.swift +++ b/DuckDuckGo/VPNWaitlistView.swift @@ -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 {