Custom page link texts, optional post title
This commit is contained in:
@ -38,7 +38,7 @@ private struct LocalizedTitle: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
TextField("", text: $post.title)
|
||||
OptionalTextField("", text: $post.title)
|
||||
.font(.system(size: 24, weight: .bold))
|
||||
.foregroundStyle(Color.primary)
|
||||
.textFieldStyle(.plain)
|
||||
|
Reference in New Issue
Block a user