Skip to content

Commit dad9e83

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

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
@@ -46,7 +46,7 @@
4646

4747
/// Font weight
4848
--f-font-weight-normal: 400;
49-
--f-font-weight-medium: 700;
49+
--f-font-weight-medium: 600;
5050
--f-font-weight-bold: 700;
5151

5252
/// Font line height

0 commit comments

Comments
 (0)