Skip to content

Commit

Permalink
fix: StyledButtonSet grow style (#10982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz authored Feb 4, 2025
1 parent c8a3df0 commit 1173dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StyledButtonSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type ButtonItemProps = {
const ButtonItem = styled(StyledButton)<ButtonItemProps>`
border-radius: 0;
line-height: 1.5;
grow: 1;
flex-grow: 1;
border-color: ${themeGet('colors.black.300')};
transition:
color 0.2s,
Expand Down

0 comments on commit 1173dd1

Please sign in to comment.