Skip to content

Commit

Permalink
bug-fix actionbuttons misaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
tindevw committed Jan 16, 2025
1 parent 10ea8f5 commit e5f6cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lego-bricks/src/components/Button/ButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Props = {
export const ButtonGroup = ({
vertical = false,
centered = false,
justifyContent,
justifyContent = 'flex-end',
className,
children,
}: Props) => (
Expand Down

0 comments on commit e5f6cba

Please sign in to comment.