diff --git a/myApp/HaruDanim/IOS/Views/DiaryTemplates.swift b/myApp/HaruDanim/IOS/Views/DiaryTemplates.swift index 51526bd..17e3388 100644 --- a/myApp/HaruDanim/IOS/Views/DiaryTemplates.swift +++ b/myApp/HaruDanim/IOS/Views/DiaryTemplates.swift @@ -279,6 +279,9 @@ struct DiaryPageChooserSheet: View { pick(.template(template, pageIndex: 0)) } label: { DiaryTemplateRowLabel(template: template) + // 라벨은 내용물 폭만 차지하므로 행 전체로 넓혀야 + // 오른쪽 빈 영역도 탭 판정에 들어간다 + .frame(maxWidth: .infinity, alignment: .leading) .contentShape(Rectangle()) } .buttonStyle(.plain)