bump run-status spinner to 26 (T-304)

Settle the activity-card run-status size at 26 (clideIconHero) — a touch
larger than the 24 trial, which reads better in review.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-10 14:40:52 +02:00
co-authored by Claude Opus 4.8
parent 4f632d3cdd
commit aa6f112164
6 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const double clideIconEmphatic = 18;
/// Hero icon — large enough to read at a glance, e.g. the activity-card run
/// status where the spinner must be legible as motion, not a static speck
/// (T-304). Success/error glyphs share it so the card doesn't jump on settle.
const double clideIconHero = 24;
const double clideIconHero = 26;
/// Standard control height (tab, button, list row).
const double clideControlHeight = 28;