We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dd39c commit b71be42Copy full SHA for b71be42
1 file changed
Application/DevLogPresentation/Sources/Home/Home/HomeView.swift
@@ -278,6 +278,7 @@ struct HomeView: View {
278
} label: {
279
RecentTodoRow(todo: item)
280
.frame(maxWidth: .infinity, alignment: .leading)
281
+ .contentShape(.rect)
282
}
283
.buttonStyle(.plain)
284
@@ -296,6 +297,7 @@ struct HomeView: View {
296
297
298
WebItemRow(item: item, showsChevron: false)
299
300
301
302
303
0 commit comments