diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 8e758a2ee1..3dfc08996c 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -93,7 +93,7 @@ // -------------------------------------------------- :host(.button-clear) { - --background-activated: #{globals.$ion-bg-primary-subtle-press}; + --background-activated: #{globals.current-color(shade, $subtle: true)}; --background-focused: transparent; --background-hover: #{globals.$ion-bg-primary-subtle-press}; --background-hover-opacity: 1;