## Context Part of Sprint 6 — Polish + Accessibility. See the sprint tracker for related issues. ## Task Audit and fix all tap targets that are smaller than Apple's 44×44pt minimum. ## Acceptance criteria - [ ] All buttons pass the 44×44pt minimum - [ ] Use `.frame(minWidth: 44, minHeight: 44)` or `.contentShape(Rectangle())` where needed - [ ] Verified with Xcode Accessibility Inspector ## Branch `feature/49-tap-target-sizes`
Context
Part of Sprint 6 — Polish + Accessibility. See the sprint tracker for related issues.
Task
Audit and fix all tap targets that are smaller than Apple's 44×44pt minimum.
Acceptance criteria
.frame(minWidth: 44, minHeight: 44)or.contentShape(Rectangle())where neededBranch
feature/49-tap-target-sizes