Skip to content

Commit 85d325b

Browse files
committed
refactor: 불필요 모디파이어 제거
1 parent b85b5e7 commit 85d325b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

DevLog/UI/Today/TodayView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ struct TodayView: View {
161161
if isCompactLayout {
162162
NavigationLink(value: TodayRoute.todo(TodoIdItem(id: item.id))) {
163163
TodayTodoRow(item: item)
164-
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
165164
}
166165
} else {
167166
Button {
@@ -170,7 +169,6 @@ struct TodayView: View {
170169
TodayTodoRow(item: item)
171170
.frame(maxWidth: .infinity, alignment: .leading)
172171
.contentShape(.rect)
173-
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
174172
}
175173
.buttonStyle(.plain)
176174
}

0 commit comments

Comments
 (0)