1. Hand off a 48px @1x button as a touch target
Product designerBackground
A product designer needs to document a 48 px button for iOS, Android, and web implementation.
Problem
The handoff should use platform units and confirm that the button meets touch-target guidelines.
How to use
Enter 48 as the Figma px value, choose 1x, select Touch target, keep the 16 px root font size, and use a 1440 px viewport.
px: 48; designScale: 1x; role: Touch target; rootFontSize: 16; viewportWidth: 1440Outcome
The spec resolves to 48pt, 48dp, and 3rem. The value passes the listed 44pt, 48dp, 44px, and 24px touch-target checks.