Skip to content

Commit

Permalink
fix(pagination): adjusting values of pagination spacing as there was …
Browse files Browse the repository at this point in the history
…an error with the first merge (#409)
  • Loading branch information
ljemmo authored Jan 14, 2025
1 parent b08a66d commit 743f79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
},
"y": {
"M": {
"value": "{global.space.macro.XXS}",
"value": "{global.space.macro.XXXS}",
"type": "spacing",
"description": "top and bottom padding inside pagination"
},
Expand All @@ -1114,7 +1114,7 @@
},
"yg": {
"M": {
"value": "{global.space.macro.XXXS}",
"value": "{global.space.macro.XXS}",
"type": "spacing",
"description": "gap between left and right pagination elements when stacked vertically on small screens"
}
Expand Down

0 comments on commit 743f79d

Please sign in to comment.