Skip to content

Commit c9a280b

Browse files
committed
refactor: 중복 모디파이어 제거
1 parent 788b071 commit c9a280b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

DevLog/UI/Common/MainView.swift

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

0 commit comments

Comments
 (0)