Skip to content

Commit 91c82cd

Browse files
authored
[#323] iOS 18이하에서 HomeView의 최근 수정된 섹션의 row의 패딩이 어색한 현상을 해결한다
* ui: 패딩 제거로 갭 확보 (#332)
1 parent 8244767 commit 91c82cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

DevLog/UI/Home/HomeView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ struct HomeView: View {
207207
ForEach(viewModel.state.recentTodos, id: \.id) { todo in
208208
NavigationLink(value: Path.detail(todo.id)) {
209209
RecentTodoRow(todo: todo, sceneWidth: sceneWidth)
210-
.padding(.vertical, -4)
211210
}
212211
}
213212
}

0 commit comments

Comments
 (0)