Merge pull request #31435 from backstage/bui-fix-default-styles

Fix default font size in BUI
This commit is contained in:
Patrik Oldsberg
2025-10-15 17:05:55 +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 the default font size in Backstage UI.
File diff suppressed because one or more lines are too long
+1
View File
@@ -241,6 +241,7 @@
color: var(--bui-fg-primary);
font-family: var(--bui-font-regular);
font-weight: var(--bui-font-weight-regular);
font-size: var(--bui-font-size-3);
}
}
+1
View File
@@ -31,5 +31,6 @@
color: var(--bui-fg-primary);
font-family: var(--bui-font-regular);
font-weight: var(--bui-font-weight-regular);
font-size: var(--bui-font-size-3);
}
}