Skip to content

Commit 1233b8c

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

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
@@ -85,7 +85,7 @@
8585
:host(.button-clear) {
8686
--background-activated: #{globals.current-color(shade, $subtle: true)};
8787
--background-focused: transparent;
88-
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
88+
--background-hover: #{globals.current-color(shade, $subtle: true)};
8989
--background-hover-opacity: 1;
9090
--color: #{globals.ion-color(primary, foreground)};
9191
--ripple-opacity: var(--background-activated-opacity, 1);

0 commit comments

Comments
 (0)