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-11-05 09:36:31 +00:00
committed by GitHub
parent 9399d46e2d
commit ecbb59ad6b

View File

@ -66,7 +66,7 @@
:host(.button-outline) {
--border-width: #{globals.$ion-border-size-025};
--border-style: #{globals.$ion-border-style-solid};
--background-activated: #{globals.$ion-bg-primary-subtle-press};
--background-activated: #{globals.ion-color(primary, shade, $subtle: true)};
--background-focused: transparent;
--background-hover: #{globals.$ion-bg-primary-subtle-press};
--background-hover-opacity: 1;