Composer: Fix nav bar background
This commit is contained in:
parent
8e3584ee79
commit
584a0d0432
|
@ -96,6 +96,7 @@ public struct StatusEditorView: View {
|
|||
.background(theme.primaryBackgroundColor)
|
||||
.navigationTitle(viewModel.mode.title)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbarBackground(.visible, for: .navigationBar)
|
||||
.alert("status.error.posting.title",
|
||||
isPresented: $viewModel.showPostingErrorAlert,
|
||||
actions: {
|
||||
|
|
Loading…
Reference in New Issue