more padding
This commit is contained in:
parent
2bd2a20a0b
commit
49b6cb1417
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue