Skip to content

Commit

Permalink
fix: aciton padding
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed May 10, 2023
1 parent 7679d18 commit 13faeab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/figma-design-tokens/input/tokens/core/BLR_COR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4317,7 +4317,7 @@
"value": {
"fontFamily": "{core.fontFamilies.Text}",
"fontWeight": "{core.fontWeights.Regular}",
"lineHeight": "{core.lineHeights.fix_1,25_rem}",
"lineHeight": "{core.lineHeights.fix_1,5_rem}",
"fontSize": "{core.fontSizes.100}"
},
"type": "typography"
Expand Down Expand Up @@ -4409,7 +4409,7 @@
"value": {
"fontFamily": "{core.fontFamilies.Text}",
"fontWeight": "{core.fontWeights.SemiBold}",
"lineHeight": "{core.lineHeights.fix_1,25_rem}",
"lineHeight": "{core.lineHeights.fix_1,5_rem}",
"fontSize": "{core.fontSizes.100}"
},
"type": "typography"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"LG": {
"Padding": {
"value": "{core.dimensionREM.10} {core.dimensionPX.24}",
"value": "{core.dimensionREM.8} {core.dimensionPX.24}",
"type": "spacing"
},
"Gap": {
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"LG": {
"Padding": {
"value": "{core.dimensionREM.10} {core.dimensionPX.16} {core.dimensionREM.10} {core.dimensionPX.24}",
"value": "{core.dimensionREM.8} {core.dimensionPX.16} {core.dimensionREM.8} {core.dimensionPX.24}",
"type": "spacing"
},
"Gap": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@
},
"InputField": {
"Padding": {
"value": "{core.dimensionREM.8} {core.dimensionPX.12}",
"value": "{core.dimensionREM.12} {core.dimensionPX.16}",
"type": "spacing"
},
"IconSize": {
Expand Down

0 comments on commit 13faeab

Please sign in to comment.