Files
multica/packages
Bohan Jiang b530bbad5b fix(issues): use a solid tone for the filtered empty-state icon (MUL-5580) (#6223)
The FilteredEmptyState added in #6191 draws its FilterX glyph with
`text-muted-foreground/40`, the transparency-as-hierarchy pattern that
#6152 removed from the codebase and then guarded with a test. That PR was
cut before the guard landed, so the merge reintroduced the one shape the
test rejects and main's frontend-test job has failed on every commit
since.

Switch to `text-faint-foreground`, the solid token the rule names for
icons and the one every other empty-state glyph already uses.

Co-authored-by: Bohan-J <bohan@devv.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-31 13:37:27 +08:00
..