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
  • Loading branch information
serifluous authored Dec 9, 2024
1 parent 9106527 commit 84b63fd
Showing 1 changed file with 2 additions and 2 deletions.
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="sizeIcon60"
padding="space10"
position="relative"
boxShadow={determineShadow()}
element={`${element}_OVERFLOW_BUTTON_${position.toUpperCase()}`}
Expand Down

0 comments on commit 84b63fd

Please sign in to comment.