Skip to content

Commit

Permalink
fix(kit): correct border-radius for ButtonGroup with only child (#8086
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mdlufy authored Jul 12, 2024
1 parent 8c54c10 commit 1839031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

&:has(button:only-child) {
border-radius: var(--tui-radius-l);
border-radius: 1rem;
}

> button:only-child,
Expand Down

0 comments on commit 1839031

Please sign in to comment.