Symptom

editor__calculation-counter presented three competing focal zones of nearly equal visual weight: a formula display card at top, an orphaned “+ Add DataPoint” chip floating in a gap between the two cards, and a calculator keypad card below. No single region visually dominated, making the screen’s purpose unclear at a glance.

Root cause

The “+ Add DataPoint” AssistChip was placed in a standalone Row between FormulaDisplay and CalculatorKeypad, separated from both by spacers. This created a mid-band orphan that belonged visually to neither section. The calculator keypad card used the same default surface color as the formula card, giving both panels equal visual weight.

Fix

Prevention

When a screen has more than two interactive sections, audit whether the inter-section spacing creates visual orphans. A button or chip that “belongs” to an adjacent panel should be inside that panel’s container, not floating in a gap below it. The two-zone rule: one primary focal zone (formula / state), one subordinate action zone (keypad / controls).