additional padding

This commit is contained in:
Stuart Breckenridge 2020-10-29 12:14:33 +08:00
parent 0c196dca88
commit ca7806240e
No known key found for this signature in database
GPG Key ID: 802A426F493CA19C
1 changed files with 1 additions and 0 deletions

View File

@ -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 {