Skip to content

Commit 543fc0a

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

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
@@ -61,7 +61,7 @@
6161
--border-style: #{globals.$ion-border-style-solid};
6262
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
6363
--background-focused: transparent;
64-
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
64+
--background-hover: #{globals.current-color(shade, $subtle: true)};
6565
--background-hover-opacity: 1;
6666
--border-color: var(--ion-color-base, #{globals.ion-color(primary, base)});
6767
--color: var(--ion-color-base, #{globals.ion-color(primary, base)});

0 commit comments

Comments
 (0)