Remove view background colors as they cause glitches on the navigation bar background

This commit is contained in:
Stefan Ceriu
2022-07-28 18:16:43 +03:00
parent 495726c787
commit 50c80f4727
2 changed files with 0 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ struct HomeScreen: View {
Spacer()
}
.background(Color.element.background)
.transition(.slide)
.animation(.default, value: context.viewState.showSessionVerificationBanner)
.ignoresSafeArea(.all, edges: .bottom)

View File

@@ -33,7 +33,6 @@ struct RoomScreen: View {
RoomHeaderView(context: context)
}
}
.background(Color.element.background, ignoresSafeAreaEdges: .all)
}
private func sendMessage() {