We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8244767 commit 91c82cdCopy full SHA for 91c82cd
1 file changed
DevLog/UI/Home/HomeView.swift
@@ -207,7 +207,6 @@ struct HomeView: View {
207
ForEach(viewModel.state.recentTodos, id: \.id) { todo in
208
NavigationLink(value: Path.detail(todo.id)) {
209
RecentTodoRow(todo: todo, sceneWidth: sceneWidth)
210
- .padding(.vertical, -4)
211
}
212
213
0 commit comments