fix(ui): make Table row a bg consumer for correct hover/selection states

Table rows now participate in the bg provider/consumer system, using
the appropriate neutral token level based on their container background.
On a neutral-1 surface (e.g. inside a Card), rows step up to neutral-2
tokens for hover, selected, pressed, and disabled states.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-17 12:08:12 +01:00
parent 545129a9d8
commit 1f9682bf28
4 changed files with 64 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed Table row hover, selected, pressed, and disabled background states to use the correct neutral token level based on the container background.
**Affected components:** Table