Skip to content

Commit b85b5e7

Browse files
committed
fix: row의 컨텐츠를 정확하게 탭 해야 버튼이 작동하는 현상 해결
1 parent ebfcb76 commit b85b5e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DevLog/UI/Today/TodayView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ struct TodayView: View {
169169
} label: {
170170
TodayTodoRow(item: item)
171171
.frame(maxWidth: .infinity, alignment: .leading)
172+
.contentShape(.rect)
172173
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
173174
}
174175
.buttonStyle(.plain)

0 commit comments

Comments
 (0)