Skip to content

feat(accessibility): ensure minimum 44×44pt tap targets #49

Description

@divijsahu

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

Metadata

Metadata

Assignees

Labels

accessibilityVoiceOver, Dynamic Type, Reduce Motiongood first issueGood for newcomerssprint-6Sprint 6 — Polish + Accessibility

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions