Skip to content

Commit

Permalink
feat(part): add CSS part for styling the SVG file
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 authored and jordanjones243 committed Feb 26, 2024
1 parent f2c2dfb commit 1509208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class AuroIcon extends BaseIcon {
title="${ifDefined(this.title ? this.title : undefined)}"
>
<span aria-hidden="${ifDefined(this.ariaHidden ? this.ariaHidden : true)}">
<span aria-hidden="${ifDefined(this.ariaHidden ? this.ariaHidden : true)}" part="svg">
${this.svg}
</span>
Expand Down

0 comments on commit 1509208

Please sign in to comment.