Skip to content

Commit 2b2aefa

Browse files
committed
fix
1 parent 58f4583 commit 2b2aefa

File tree

1 file changed

+3
-3
lines changed
  • packages/core-design-system/design-tokens/breakpoint

1 file changed

+3
-3
lines changed

packages/core-design-system/design-tokens/breakpoint/desktop.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"$type": "typography",
7777
"$value": {
7878
"fontFamily": "{fontFamily.default}",
79-
"fontWeight": "{fontWeight.default.normal.500}",
79+
"fontWeight": "{fontWeight.default.normal.600}",
8080
"fontSize": "{fontSize.2}",
8181
"lineHeight": "{lineHeight.2.snug}",
8282
"letterSpacing": "{tracking.normal}"
@@ -89,7 +89,7 @@
8989
"$type": "typography",
9090
"$value": {
9191
"fontFamily": "{fontFamily.default}",
92-
"fontWeight": "{fontWeight.default.normal.300}",
92+
"fontWeight": "{fontWeight.default.normal.400}",
9393
"fontSize": "{fontSize.2}",
9494
"lineHeight": "{lineHeight.2.snug}",
9595
"letterSpacing": "{tracking.tight}",
@@ -101,7 +101,7 @@
101101
"$type": "typography",
102102
"$value": {
103103
"fontFamily": "{fontFamily.default}",
104-
"fontWeight": "{fontWeight.default.normal.400}",
104+
"fontWeight": "{fontWeight.default.normal.500}",
105105
"fontSize": "{fontSize.2}",
106106
"lineHeight": "{lineHeight.2.snug}",
107107
"letterSpacing": "{tracking.tight}",

0 commit comments

Comments
 (0)