interactionsVercel
Match Visual & Hit Targets
MUST
MUST: Hit target ≥24px (mobile ≥44px) If visual <24px, expand hit area
If visual target is < 24px, expand hit target to at least 24px
Bad
Good
Why it matters
Small interactive elements are hard to click or tap. While an icon might be 16px visually, its clickable area should be at least 24px on desktop and 44px on mobile. Use padding or pseudo-elements to expand the hit target without changing the visual appearance.
References