Symptom

Nightly UX audit (typography theme) flagged three consistency violations: (1) RGB channel label text in the Color Trigger editor rendered in saturated red/green/blue against the dark surface — literal hex values not from the color scheme. (2) “Configure: …” description text inside executor/trigger preview cards rendered in italic, a style not defined in DarkBlueGrayTypography. (3) Logic Gate truth table column headers appeared at FontWeight.Bold against normal-weight data rows, with no corresponding named typography role.

Root cause

Three separate inline overrides each bypassed the Material3 token system:

Fix

Prevention