fix(ripple): using ripple effect in all button components

This commit is contained in:
Manu Mtz.-Almeida
2018-01-17 15:44:17 +01:00
parent 3fce77ea6a
commit e0cf1325b7
15 changed files with 86 additions and 72 deletions

View File

@ -101,7 +101,7 @@ export class ChipButton {
<span class='button-inner'>
<slot></slot>
</span>
<div class='button-effect'></div>
{ this.mode === 'md' && <ion-ripple-effect /> }
</TagType>
);
}