File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ struct MainView: View {
142142 String ( localized: " push_notifications_select_detail " ) ,
143143 systemImage: " bell.badge "
144144 )
145- . background ( Color ( . secondarySystemBackground) )
146145 }
147146 }
148147 . background ( Color ( . secondarySystemBackground) . ignoresSafeArea ( ) )
@@ -257,7 +256,6 @@ struct MainView: View {
257256 String ( localized: " home_select_detail " ) ,
258257 systemImage: " house "
259258 )
260- . background ( Color ( . secondarySystemBackground) )
261259 }
262260 }
263261 . navigationDestination ( for: HomeRoute . self) { homeRoute in
@@ -364,7 +362,6 @@ struct MainView: View {
364362 String ( localized: " today_select_detail " ) ,
365363 systemImage: " sun.max "
366364 )
367- . background ( Color ( . secondarySystemBackground) )
368365 }
369366 }
370367 . navigationDestination ( for: TodayRoute . self) { todayRoute in
You can’t perform that action at this time.
0 commit comments