From ca7806240e0850d3188ff569a03b769dd693448e Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 29 Oct 2020 12:14:33 +0800 Subject: [PATCH] additional padding --- Mac/Preferences/Accounts/AddAccountsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index 71f1ea150..7e430b807 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -216,6 +216,7 @@ struct AddAccountsView: View { Text("Self-hosted") .font(.headline) .padding(.horizontal) + .padding(.top, 4) Picker(selection: $selectedAccount, label: Text(""), content: { ForEach(AddAccountSections.selfhosted.sectionContent, id: \.self, content: { account in HStack {