Fix
Fix: pricing page CTA buttons too small on mobile
Some SKU CTA buttons were under the 44px Apple HIG tap target on small screens.
#mobile#ux#bugfix
Built on tools you trust
← swipe · 12 tools →
What broke
Spotted in real-user analytics: tap accuracy on the pricing page was noticeably worse on phones in the 360-380px width range. CTA buttons were 38px tall in those breakpoints.
Fix
Bumped CTAs to a minimum 48px tap target on all screens under 480px. Added a Playwright test that asserts tap-target size for all primary CTAs on small viewports.
Lesson
Mobile tap-target audits should be a baked-in lint, not a thing we discover from analytics.
See the full changelog
Or peek at what we’re building next on the roadmap.