Skip to content

Commit

Permalink
fix: button group (dropdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1535 authored Oct 2, 2024
1 parent 57eaa01 commit e36080b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const StyledButton = styled('button', {
height: ${({ size }) => (size === 'small' ? '24px' : '32px')};
justify-content: ${({ justify }) => justify};
padding: ${({ theme }) => {
return `0 ${theme.spacing(2)}`;
return `0 ${theme.spacing(1.5)}`;
}};
transition: background 0.1s ease;
Expand Down

0 comments on commit e36080b

Please sign in to comment.