Skip to content

Commit

Permalink
fix: arrow size on ion-button with dropdown (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-chagas-brisa authored Sep 27, 2023
1 parent b3bce02 commit db46be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ion/src/lib/button/button.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<ion-icon
*ngIf="options"
[type]="showDropdown ? 'semi-up' : 'semi-down'"
[size]="iconSize"
class="icon"
></ion-icon>
<ng-container *ngIf="!circularButton && label">
Expand Down

0 comments on commit db46be3

Please sign in to comment.