---
"@ux-team/tvu-design-system": patch
---

Message: fix status text/icon colors rendering the dark-theme value in light theme.

`--prompt-success-text` / `--prompt-info-text` / `--prompt-error-text` / `--prompt-warning-text`
were hard-coded hex values with no light-theme override, so light theme rendered the dark-theme
colors. They now reference the theme-varied primitives `--brand` / `--blue` / `--red` / `--orange`,
matching the Figma source where those text and icon nodes are bound to `UX/Brand/Brand`,
`UX/Blue/Default`, `UX/Red/Default` and `UX/Orange/Default`.

**What changes for you:** in light theme, Message status text and its status icon get slightly
deeper colors — `#2fb54e→#299f45` (success), `#3892f3→#0473d5` (info), `#ea4233→#dc2717` (error),
`#f68512→#e26601` (warning). Contrast against the message background improves in every case.
**Dark theme is byte-for-byte unchanged**, and the message background colour is unchanged in both
themes. No API, prop or class-name change.
