mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +00:00
Composer: Fix nav bar background
This commit is contained in:
parent
8e3584ee79
commit
584a0d0432
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue