Skip to content

Commit d6b4a60

Browse files
committed
refactor: EdgeInset으로 변경
1 parent 13ffbef commit d6b4a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Home/Home/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ struct HomeView: View {
124124
let preferences = coordinator.viewModel.state.preferences
125125
ForEach(preferences.filter { $0.isVisible }, id: \.id) { item in
126126
todoCategoryRow(item)
127+
.listRowInsets((EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16)))
127128
}
128129
}
129130
}, header: {
@@ -384,7 +385,6 @@ struct HomeView: View {
384385
Spacer()
385386
}
386387
.contentShape(.rect)
387-
.padding(.vertical, -6)
388388
}
389389

390390
private func openTodoEditor(for todoCategory: TodoCategory) {

0 commit comments

Comments
 (0)