File tree Expand file tree Collapse file tree
Application/DevLogPresentation/Sources/Main Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ struct MainView: View {
152152 }
153153 }
154154 }
155- . background ( Color ( . secondarySystemBackground ) . ignoresSafeArea ( ) )
155+ . background ( Color ( . systemGroupedBackground ) . ignoresSafeArea ( ) )
156156 case . profile:
157157 NavigationSplitView {
158158 mainSidebar
@@ -236,7 +236,7 @@ struct MainView: View {
236236 homeDestinationView ( homeRoute)
237237 }
238238 }
239- . background ( Color ( . secondarySystemBackground ) . ignoresSafeArea ( ) )
239+ . background ( Color ( . systemGroupedBackground ) . ignoresSafeArea ( ) )
240240 }
241241
242242 @ViewBuilder
@@ -304,7 +304,7 @@ struct MainView: View {
304304 todayDestinationView ( todayRoute)
305305 }
306306 }
307- . background ( Color ( . secondarySystemBackground ) . ignoresSafeArea ( ) )
307+ . background ( Color ( . systemGroupedBackground ) . ignoresSafeArea ( ) )
308308 }
309309
310310 @ViewBuilder
@@ -349,7 +349,7 @@ struct MainView: View {
349349 profileRegularDestinationView ( route)
350350 }
351351 }
352- . background ( Color ( . secondarySystemBackground ) . ignoresSafeArea ( ) )
352+ . background ( Color ( . systemGroupedBackground ) . ignoresSafeArea ( ) )
353353 }
354354
355355 @ViewBuilder
You can’t perform that action at this time.
0 commit comments