Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(button): change button y-padding for large buttons to be 9.5px in order to make them 48px in height as opposed to 49px. #420

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading