mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(ripple): using ripple effect in all button components
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user