style(tap-click): rename activable to activatable

This commit is contained in:
Brandy Carney
2018-09-05 13:17:24 -04:00
parent 6d6f70ce09
commit 6ed4690834
12 changed files with 17 additions and 18 deletions

View File

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