Skip to content

Commit

Permalink
Updated gap for small button group
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed May 22, 2024
1 parent e20f5c6 commit 3b17652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-x-design-system/src/global/ButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ButtonGroupProps {
const ButtonGroup: React.FC<ButtonGroupProps> = ({size = 'md', buttons, link, linkWithPadding, clearBg = true, outlineOnMobile, className}) => {
let groupColorClasses = clsx(
'flex items-center justify-start rounded',
link ? 'gap-4' : 'gap-3',
link ? 'gap-4' : 'gap-2',
className
);

Expand Down

0 comments on commit 3b17652

Please sign in to comment.