What happened

PR #596 routed the Project icon disc color through colorScheme.tertiaryContainer to replace a hardcoded dark teal Color(0xFF2A6B5A). However, tertiaryContainer in ChirpyDarkColorScheme is Color(0xFF292929) — near-black. The nightly UX audit (2026-06-23) caught this via roborazzi screenshots: the Project icon disc appeared near-black instead of the blue-slate family (Color(0xFF526C96)) used by all other 25+ node types.

Fix

Prevention