Skip to content

Commit 6fcbecc

Browse files
committed
fix: --f-font-weight-bold variable value (fixes SFKUI-7399)
1 parent 89c7ccc commit 6fcbecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-default/src/shared/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/// Font weight
4848
--f-font-weight-normal: 400;
4949
--f-font-weight-medium: 700;
50-
--f-font-weight-bold: 900;
50+
--f-font-weight-bold: 700;
5151

5252
/// Font line height
5353
--f-line-height-small: 1.25;

0 commit comments

Comments
 (0)