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

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
João Ferreira
2025-10-31 12:36:36 +00:00
committed by GitHub
parent 5fa9fce6ec
commit 543fc0abb7

View File

@ -61,7 +61,7 @@
--border-style: #{globals.$ion-border-style-solid};
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
--background-focused: transparent;
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
--background-hover: #{globals.current-color(shade, $subtle: true)};
--background-hover-opacity: 1;
--border-color: var(--ion-color-base, #{globals.ion-color(primary, base)});
--color: var(--ion-color-base, #{globals.ion-color(primary, base)});