Create modern-drinks-battle.md

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-12-23 09:45:24 +01:00
parent 05e46b429f
commit 95246eb91d
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/ui': minor
---
**Breaking** Updating color tokens to match the new neutral style on different surfaces.
## Migration notes
There's no direct replacement for the old tint tokens but you can use the new neutral set of color tokens on surface 0 or 1 as a replacement.
- `--bui-bg-tint` can be replaced by `--bui-bg-neutral-on-surface-0`
- --bui-bg-tint-hover can be replaced by `--bui-bg-neutral-on-surface-0-hover`
- --bui-bg-tint-pressed can be replaced by `--bui-bg-neutral-on-surface-0-pressed`
- --bui-bg-tint-disabled can be replaced by `--bui-bg-neutral-on-surface-0-disabled`