Skip to content

Commit

Permalink
feat: updates ItemSpacings to have different values per size (#769)
Browse files Browse the repository at this point in the history
* feat: updates ItemSpacings to have different values per size

* remove configuration

---------

Co-authored-by: larserbach <larserbach@users.noreply.github.com>
Co-authored-by: Christian Hoffmann <112889877+ChristianHoffmannS2@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 16, 2024
1 parent 5761adc commit bcebce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/figma-design-tokens/input/tokens/dimensions/CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3154,12 +3154,12 @@
"description": "Defines the gap between hint and error message"
},
"MD": {
"value": "{core.dimensionREM.4}",
"value": "{core.dimensionREM.5}",
"type": "spacing",
"description": "Defines the gap between hint and error message"
},
"LG": {
"value": "{core.dimensionREM.4}",
"value": "{core.dimensionREM.6}",
"type": "spacing",
"description": "Defines the gap between hint and error message"
}
Expand Down

0 comments on commit bcebce5

Please sign in to comment.