Skip to content

Commit

Permalink
chore(Code Block): update space and size tokens in overflow button (#…
Browse files Browse the repository at this point in the history
…4184)

* chore(Code Block): update space and size tokens in overflow button

* chore: changeset

* chore: actually use base-size token
  • Loading branch information
serifluous authored Dec 11, 2024
1 parent 9106527 commit 168a8df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/fast-terms-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/code-block": patch
"@twilio-paste/core": patch
---

Updated spacing and sizing tokens for overflow button. No visible changes.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const OverflowButton: React.FC<OverflowButtonProps> = ({
display="flex"
alignItems="center"
justifyContent="center"
width="sizeIcon40"
padding="space20"
width="sizeBase60"
padding="space10"
position="relative"
boxShadow={determineShadow()}
element={`${element}_OVERFLOW_BUTTON_${position.toUpperCase()}`}
Expand Down

0 comments on commit 168a8df

Please sign in to comment.