Skip to content

Commit

Permalink
fix(experimental): correct border-radius for ButtonGroup with only …
Browse files Browse the repository at this point in the history
…child
  • Loading branch information
mdlufy committed Jul 11, 2024
1 parent 4888ede commit 18e1f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

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

> button:only-child,
Expand Down

0 comments on commit 18e1f00

Please sign in to comment.