Skip to content

Commit

Permalink
fix(disclosure): remove part from caret icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed Jan 15, 2025
1 parent 117fb13 commit 4f92e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-disclosure/rh-disclosure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class RhDisclosure extends LitElement {
@keydown="${this.#onKeydown}"
@toggle="${this.#onToggle}">
<summary>
<rh-icon part="caret" id="caret" set="ui" icon="caret-down"></rh-icon>
<rh-icon id="caret" set="ui" icon="caret-down"></rh-icon>
<slot name="summary">${this.summary}</slot>
</summary>
<div id="details-content">
Expand Down

0 comments on commit 4f92e56

Please sign in to comment.