mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +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)
|
.background(theme.primaryBackgroundColor)
|
||||||
.navigationTitle(viewModel.mode.title)
|
.navigationTitle(viewModel.mode.title)
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
|
.toolbarBackground(.visible, for: .navigationBar)
|
||||||
.alert("status.error.posting.title",
|
.alert("status.error.posting.title",
|
||||||
isPresented: $viewModel.showPostingErrorAlert,
|
isPresented: $viewModel.showPostingErrorAlert,
|
||||||
actions: {
|
actions: {
|
||||||
|
|
Loading…
Reference in a new issue