Fix default text color in BUI
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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
@@ -238,6 +238,7 @@
|
||||
|
||||
body {
|
||||
background-color: var(--bui-bg);
|
||||
color: var(--bui-fg-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,5 +28,6 @@
|
||||
|
||||
body {
|
||||
background-color: var(--bui-bg);
|
||||
color: var(--bui-fg-primary);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user