Skip to content

Commit

Permalink
fix(button): change button y-padding for large buttons to be 9.5px in…
Browse files Browse the repository at this point in the history
… order to make them 48px in height as opposed to 49px. (#420)
  • Loading branch information
ljemmo authored Jan 23, 2025
1 parent 48f7687 commit 02db93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tokens/components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
},
"L": {
"$type": "spacing",
"$value": "{global.space.micro.XL}",
"$value": "{global.space.micro.XL} - 0.5",
"$description": "Top and bottom padding on Large buttons "
}
},
Expand Down Expand Up @@ -389,7 +389,7 @@
},
"L": {
"$type": "spacing",
"$value": "{global.space.micro.XL}",
"$value": "{global.space.micro.XL} - 0.5",
"$description": "Top and bottom padding on Large buttons "
}
}
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"L": {
"$type": "spacing",
"$value": "{global.space.micro.XL}",
"$value": "{global.space.micro.XL} - 0.5",
"$description": "Top and bottom padding on Large buttons "
}
},
Expand Down

0 comments on commit 02db93e

Please sign in to comment.