Skip to content

Commit 5ac2b74

Browse files
committed
fix(design-tokens): Changes to Design Tokens
Modified tokens: . breakpoint.static.padding.default # Figma User: Jason Santos
1 parent ec9a731 commit 5ac2b74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/foundations",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "",
55
"main": "index.js",
66
"exports": {

packages/foundations/tokens.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
"key": "--breakpoint-static-padding-default",
11471147
"type": "padding",
11481148
"description": "",
1149-
"value": "{--density-padding-lg}"
1149+
"value": "{--density-padding-md}"
11501150
},
11511151
{
11521152
"name": "breakpoint.action.gap.none",
@@ -1401,7 +1401,7 @@
14011401
"key": "--breakpoint-static-padding-default",
14021402
"type": "padding",
14031403
"description": "",
1404-
"value": "{--density-padding-xl}"
1404+
"value": "{--density-padding-lg}"
14051405
},
14061406
{
14071407
"name": "breakpoint.action.gap.none",

0 commit comments

Comments
 (0)