This commit is contained in:
Stuart Breckenridge 2020-12-06 09:50:00 +08:00
parent 3335c39c55
commit 5f5d0632e2
No known key found for this signature in database
GPG Key ID: 1F11FD62007DC331
1 changed files with 0 additions and 4 deletions

View File

@ -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)
}
}