We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfcb76 commit b85b5e7Copy full SHA for b85b5e7
1 file changed
DevLog/UI/Today/TodayView.swift
@@ -169,6 +169,7 @@ struct TodayView: View {
169
} label: {
170
TodayTodoRow(item: item)
171
.frame(maxWidth: .infinity, alignment: .leading)
172
+ .contentShape(.rect)
173
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
174
}
175
.buttonStyle(.plain)
0 commit comments