We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aaedf commit b3aafa6Copy full SHA for b3aafa6
1 file changed
DevLog/UI/Home/TodoEditorView.swift
@@ -44,6 +44,7 @@ struct TodoEditorView: View {
44
}
45
.navigationTitle(viewModel.navigationTitle)
46
.navigationBarTitleDisplayMode(.inline)
47
+ .toolbarBackground(.background, for: .navigationBar)
48
.toolbar { toolBar }
49
50
0 commit comments