diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index 63f33c291..b5bb3f6ae 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -164,7 +164,6 @@ struct AddAccountsView: View { .offset(x: 7.5, y: 0) Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray) - .font(.caption) .padding(.horizontal) } @@ -196,7 +195,6 @@ struct AddAccountsView: View { .disabled(isCloudInUse()) Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray) - .font(.caption) .padding(.horizontal) } } @@ -227,7 +225,6 @@ struct AddAccountsView: View { .offset(x: 7.5, y: 0) Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray) - .font(.caption) .padding(.horizontal) } } @@ -255,7 +252,6 @@ struct AddAccountsView: View { .offset(x: 7.5, y: 0) Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray) - .font(.caption) .padding(.horizontal) } }