Skip to content

Commit

Permalink
[@mantine/core] Pill: Fix remove icon overflowing pill container if i…
Browse files Browse the repository at this point in the history
…ts background color was changed with Styles API (#6565)
  • Loading branch information
rtivital committed Aug 7, 2024
1 parent ebe8b0e commit 2755799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@mantine/core/src/components/Pill/Pill.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
padding-inline-start: 0.1em;
padding-inline-end: 0.3em;
flex: 0;
border-end-end-radius: var(--pill-radius, 50%);
border-start-end-radius: var(--pill-radius, 50%);

.root[data-disabled] > &,
&:disabled {
Expand Down

0 comments on commit 2755799

Please sign in to comment.