Skip to content

Commit

Permalink
chore(ButtonGroup): align spacing with design (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Apr 24, 2024
1 parent c4312d5 commit f91f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonGroup/ButtonGroup-v2.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
flex-wrap: wrap;
justify-content: flex-start;

gap: 0.5rem;
gap: 1rem;
}

.button-group--horizontal {
Expand Down

0 comments on commit f91f9ba

Please sign in to comment.