Skip to content

Commit a5a01a6

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

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
@@ -68,7 +68,7 @@
6868
--border-style: #{globals.$ion-border-style-solid};
6969
--background-activated: #{globals.ion-color(primary, shade, $subtle: true)};
7070
--background-focused: transparent;
71-
--background-hover: #{globals.$ion-bg-primary-subtle-press};
71+
--background-hover: #{globals.ion-color(primary, shade, $subtle: true)};
7272
--background-hover-opacity: 1;
7373
--border-color: #{globals.ion-color(primary, base)};
7474
--color: #{globals.ion-color(primary, base)};

0 commit comments

Comments
 (0)