Skip to content

Commit

Permalink
fix(inputitems): #493 set icon pack of close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Mar 5, 2023
1 parent 53e7d0f commit 31a75ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:class="closeClasses"
clickable
both
:pack="iconPack"
:icon="closeIcon"
@click="removeItem(index, $event)"
:aria-label="ariaCloseLabel"
Expand Down
1 change: 1 addition & 0 deletions packages/oruga/src/components/inputitems/Inputitems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:class="closeClasses"
clickable
both
:pack="iconPack"
:icon="closeIcon"
@click.native="removeItem(index, $event)"
:aria-label="ariaCloseLabel"
Expand Down

0 comments on commit 31a75ee

Please sign in to comment.