Skip to content

Commit

Permalink
fix(button-groups): add miss undefined radius
Browse files Browse the repository at this point in the history
  • Loading branch information
chongruei committed Sep 16, 2023
1 parent c0e0360 commit b9f4518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/theme/src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,11 @@ const button = tv({
color: "danger",
class: colorVariants.ghost.danger,
},
// isInGroup / size
// isInGroup / radius
{
isInGroup: true,
class: "rounded-none first:rounded-l-medium last:rounded-r-medium",
},
{
isInGroup: true,
radius: "sm",
Expand Down

0 comments on commit b9f4518

Please sign in to comment.