We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6668907 commit 9622114Copy full SHA for 9622114
core/src/components/button/button.ionic.scss
@@ -102,7 +102,7 @@
102
// -------------------------------------------------------------------------------
103
104
:host(.button-solid.ion-color) ion-ripple-effect {
105
- color: var(--ion-color-shade, #{globals.ion-color(primary, shade)});
+ color: globals.ion-color(primary, shade);
106
}
107
108
:host(.button-outline.ion-color) ion-ripple-effect,
0 commit comments