Symptom

The FTUE PIN entry dialog showed two dense instruction paragraphs (~10 lines total) before the PIN field. The proportion of instruction text to input was roughly 5:1 in vertical height, and the second paragraph (security rationale about encryption, clock-sync, PIN rotation) competed visually with the primary CTA — a user’s eye had to work through a wall of text before reaching the action they needed to take.

Root cause

Both an action prompt (“how to use”) and a security rationale (“how it works”) were rendered as plain Text composables with no visual hierarchy or collapse affordance. The security rationale is relevant context but is not needed to complete the task.

Fix

Prevention