more padding
This commit is contained in:
parent
2bd2a20a0b
commit
49b6cb1417
|
@ -216,7 +216,7 @@ struct AddAccountsView: View {
|
|||
Text("Self-hosted")
|
||||
.font(.headline)
|
||||
.padding(.horizontal)
|
||||
.padding(.top, 4)
|
||||
.padding(.top, 8)
|
||||
Picker(selection: $selectedAccount, label: Text(""), content: {
|
||||
ForEach(AddAccountSections.selfhosted.sectionContent, id: \.self, content: { account in
|
||||
HStack {
|
||||
|
|
Loading…
Reference in New Issue