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

`Table` cell buttons now accept `color: 'blue'`, matching `Button`'s colour axis.

`columns[].cell` of kind `button` and kind `actions` were still typed to the four-value axis after `blue` shipped on `Button`, so a blue action button was reachable directly but not through a Table column descriptor. The two enums are now identical — anything `Button` accepts is reachable from `columns[]`.
