Skip to content

Commit b9663bf

Browse files
Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <[email protected]>
1 parent ecc7bae commit b9663bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
:host(.button-clear) {
9696
--background-activated: #{globals.current-color(shade, $subtle: true)};
9797
--background-focused: transparent;
98-
--background-hover: #{globals.$ion-bg-primary-subtle-press};
98+
--background-hover: #{globals.current-color(shade, $subtle: true)};
9999
--background-hover-opacity: 1;
100100
--color: #{globals.ion-color(primary, foreground)};
101101
--ripple-opacity: var(--background-activated-opacity, 1);

0 commit comments

Comments
 (0)