mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
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…
x
Reference in New Issue
Block a user