Skip to content

Commit

Permalink
perf(class): add class to span wrapping around content #233
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Oct 2, 2023
1 parent 9136832 commit 6859783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class AuroButton extends LitElement {
>
${ifDefined(this.loading ? html`<auro-loader pulse part="loader"></auro-loader>` : undefined)}
<span>
<span class="contentWrapper">
<span class="textSlot" part="text">
${this.iconOnly ? undefined : html`<slot></slot>`}
</span>
Expand Down

0 comments on commit 6859783

Please sign in to comment.