Fix default text color in BUI

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-10-15 11:42:36 +01:00
parent 132a42e123
commit 26c6a78c7a
4 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Fix default text color in Backstage UI
File diff suppressed because one or more lines are too long
+1
View File
@@ -238,6 +238,7 @@
body {
background-color: var(--bui-bg);
color: var(--bui-fg-primary);
}
}
+1
View File
@@ -28,5 +28,6 @@
body {
background-color: var(--bui-bg);
color: var(--bui-fg-primary);
}
}