fix(ui): improve dialog backdrop appearance in dark mode

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2025-11-06 10:50:29 +01:00
parent f3c0d96813
commit 836b0c7552
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Fixed dialog backdrop appearance in dark mode.
@@ -23,7 +23,7 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(232, 232, 232, 0.8);
background: color-mix(in srgb, var(--bui-gray-2) 80%, transparent);
display: flex;
align-items: center;
justify-content: center;