Merge pull request #33363 from shivamtiwari3/fix/table-replace-removed-bui-bg-tint-tokens

Fix: replace removed --bui-bg-tint tokens in Table component (fixes #33292)
This commit is contained in:
Charles de Dreuille
2026-03-17 07:16:14 +00:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Fixed Table component to use current `--bui-bg-neutral-1` tokens instead of the removed `--bui-bg-tint` tokens, restoring row hover, selected, pressed, and disabled background colors.