Skip to content

Commit 13ffbef

Browse files
committed
fix: contentShape 위치 이동
1 parent 35aa2e4 commit 13ffbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Home/Home/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ struct HomeView: View {
383383
.foregroundStyle(Color.primary)
384384
Spacer()
385385
}
386-
.padding(.vertical, -6)
387386
.contentShape(.rect)
387+
.padding(.vertical, -6)
388388
}
389389

390390
private func openTodoEditor(for todoCategory: TodoCategory) {

0 commit comments

Comments
 (0)