Skip to content

Commit

Permalink
Merge branch 'develop' into release/v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaltoft authored Jun 16, 2022
2 parents 8fb7378 + 5b85206 commit 637b836
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
</ion-content>

<ng-template #closeButton let-icon="icon">
<button kirby-button [noDecoration]="true" size="sm" (click)="close()">
<button kirby-button [noDecoration]="true" size="md" (click)="close()">
<kirby-icon [name]="icon"></kirby-icon>
</button>
</ng-template>

<ng-template #supplementaryButton let-btn="btn">
<button kirby-button [noDecoration]="true" size="sm" (click)="btn.action($event)">
<button kirby-button [noDecoration]="true" size="md" (click)="btn.action($event)">
<kirby-icon [name]="btn.iconName"></kirby-icon>
</button>
</ng-template>

0 comments on commit 637b836

Please sign in to comment.