Merge pull request #31429 from backstage/bui-default-text-color

Fix default text color in BUI
This commit is contained in:
Patrik Oldsberg
2025-10-15 13:16:05 +02:00
committed by GitHub
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);
}
}