We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a8400 commit a70d3eaCopy full SHA for a70d3ea
2 files changed
Application/DevLogPresentation/Sources/Home/TodoListView.swift
@@ -116,6 +116,7 @@ struct TodoListView: View {
116
}
117
118
.background(NavigationBarConfigurator())
119
+ .background(Color(.systemGroupedBackground))
120
.task { viewModel.send(.onAppear) }
121
122
Application/DevLogPresentation/Sources/PushNotification/PushNotificationListView.swift
@@ -25,6 +25,7 @@ struct PushNotificationListView: View {
25
var body: some View {
26
NavigationStack {
27
notificationList
28
29
.background(NavigationBarConfigurator(alwaysVisible: true))
30
.onScrollOffsetChange { offset in
31
guard isScrollTrackingEnabled else { return }
0 commit comments