Fix default font size in BUI

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-10-15 15:50:53 +01:00
parent 0012a27eb0
commit dac851fa87
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-4);
}
}
+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-4);
}
}