Skip to content

Commit

Permalink
feat(chip): trailing remove icon can now be customized
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Dec 12, 2023
1 parent 49a6be1 commit b44b90c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chips/internal/chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export abstract class Chip extends LitElement {
<div class="container ${classMap(this.getContainerClasses())}">
${this.renderContainerContent()}
</div>
<slot></slot>
`;
}

Expand Down

0 comments on commit b44b90c

Please sign in to comment.