fixes #2637
This commit is contained in:
parent
3335c39c55
commit
5f5d0632e2
|
@ -164,7 +164,6 @@ struct AddAccountsView: View {
|
||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -196,7 +195,6 @@ struct AddAccountsView: View {
|
||||||
.disabled(isCloudInUse())
|
.disabled(isCloudInUse())
|
||||||
|
|
||||||
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -227,7 +225,6 @@ struct AddAccountsView: View {
|
||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -255,7 +252,6 @@ struct AddAccountsView: View {
|
||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue