more padding

This commit is contained in:
Stuart Breckenridge 2020-10-29 16:27:52 +08:00
parent 2bd2a20a0b
commit 49b6cb1417
No known key found for this signature in database
GPG Key ID: 802A426F493CA19C
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ struct AddAccountsView: View {
Text("Self-hosted") Text("Self-hosted")
.font(.headline) .font(.headline)
.padding(.horizontal) .padding(.horizontal)
.padding(.top, 4) .padding(.top, 8)
Picker(selection: $selectedAccount, label: Text(""), content: { Picker(selection: $selectedAccount, label: Text(""), content: {
ForEach(AddAccountSections.selfhosted.sectionContent, id: \.self, content: { account in ForEach(AddAccountSections.selfhosted.sectionContent, id: \.self, content: { account in
HStack { HStack {