chore(): update stencil (#17163)

* chore(): update stencil

* update
This commit is contained in:
Manu MA
2019-01-19 11:31:15 +01:00
committed by GitHub
parent c917bb4f05
commit 7832be3f1c
4 changed files with 8 additions and 9 deletions

View File

@ -187,7 +187,7 @@ export class Toast implements ComponentInterface, OverlayInterface {
<div class="toast-message">{this.message}</div>
}
{this.showCloseButton &&
<ion-button fill="clear" class="toast-button ion-activatable" onClick={() => this.dismiss(undefined, 'cancel')}>
<ion-button fill="clear" class="toast-button" onClick={() => this.dismiss(undefined, 'cancel')}>
{this.closeButtonText || 'Close'}
</ion-button>
}