Merge pull request #2639 from stuartbreckenridge/add-sheet-fixes

Add sheet fixes
This commit is contained in:
Maurice Parker 2020-12-05 20:08:20 -06:00 committed by GitHub
commit 8024928dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -164,8 +164,8 @@ struct AddAccountsView: View {
.offset(x: 7.5, y: 0)
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
.font(.caption)
.padding(.horizontal)
.lineLimit(3)
}
@ -196,8 +196,8 @@ struct AddAccountsView: View {
.disabled(isCloudInUse())
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
.font(.caption)
.padding(.horizontal)
.lineLimit(3)
}
}
@ -227,8 +227,8 @@ struct AddAccountsView: View {
.offset(x: 7.5, y: 0)
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
.font(.caption)
.padding(.horizontal)
.lineLimit(3)
}
}
@ -255,8 +255,8 @@ struct AddAccountsView: View {
.offset(x: 7.5, y: 0)
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
.font(.caption)
.padding(.horizontal)
.lineLimit(3)
}
}