We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9106527 commit 168a8dfCopy full SHA for 168a8df
.changeset/fast-terms-fry.md
@@ -0,0 +1,6 @@
1
+---
2
+"@twilio-paste/code-block": patch
3
+"@twilio-paste/core": patch
4
5
+
6
+Updated spacing and sizing tokens for overflow button. No visible changes.
packages/paste-core/components/code-block/src/OverflowButton.tsx
@@ -47,8 +47,8 @@ export const OverflowButton: React.FC<OverflowButtonProps> = ({
47
display="flex"
48
alignItems="center"
49
justifyContent="center"
50
- width="sizeIcon40"
51
- padding="space20"
+ width="sizeBase60"
+ padding="space10"
52
position="relative"
53
boxShadow={determineShadow()}
54
element={`${element}_OVERFLOW_BUTTON_${position.toUpperCase()}`}
0 commit comments