mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-07 23:58:40 +01:00
fixes #2637
This commit is contained in:
parent
3335c39c55
commit
5f5d0632e2
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user