Skip to content

Commit

Permalink
feat(SwalComponent): add @input for iconColor
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Dec 27, 2020
1 parent fb82274 commit b34250f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-sweetalert2/src/lib/swal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class SwalComponent implements OnInit, AfterViewInit, OnChanges, OnDestro
@Input() public html: SweetAlertOptions['html'];
@Input() public footer: SweetAlertOptions['footer'];
@Input() public icon: SweetAlertOptions['icon'];
@Input() public iconColor: SweetAlertOptions['iconColor'];
@Input() public iconHtml: SweetAlertOptions['iconHtml'];
@Input() public backdrop: SweetAlertOptions['backdrop'];
@Input() public toast: SweetAlertOptions['toast'];
Expand Down

0 comments on commit b34250f

Please sign in to comment.