Skip to content

Commit 43a2d3c

Browse files
committed
refactor: MainView detail 배경 통일
1 parent 79a9c98 commit 43a2d3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Application/DevLogPresentation/Sources/Main/MainView.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)