diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index a03792bb2..54d423a33 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -116,7 +116,7 @@ struct AddAccountsView: View { .frame(width: 80) }) } - }.padding([.top, .bottom], 4) + }.padding(.vertical, 8) } .pickerStyle(RadioGroupPickerStyle()) .fixedSize(horizontal: false, vertical: true)