fix(ui): restore rail badge background via surface theme tokens (#2790)

* fix(ui): expose surface.* tokens so bg-surface-muted renders

* docs: add PR evidence screenshots for rail badge background
This commit is contained in:
Serhii Dziupin
2026-08-10 08:23:06 +03:00
committed by GitHub
parent 4e7eb81036
commit 5e6d1f8b01
3 changed files with 10 additions and 0 deletions
+10
View File
@@ -294,6 +294,16 @@
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
/* Surface layer tokens (Theme.colors.surface.*) */
--color-surface-background: var(--surface-background);
--color-surface-foreground: var(--surface-foreground);
--color-surface-muted: var(--surface-muted);
--color-surface-muted-foreground: var(--surface-muted-foreground);
--color-surface-elevated: var(--surface-elevated);
--color-surface-elevated-foreground: var(--surface-elevated-foreground);
--color-surface-overlay: var(--surface-overlay);
--color-surface-subtle: var(--surface-subtle);
/* Interactive state tokens (Theme.colors.interactive.*) */
--color-interactive-hover: var(--interactive-hover);
--color-interactive-active: var(--interactive-active);
Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB