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:51 +00:00
committed by GitHub
parent 5b948a8446
commit 399430eb0a

View File

@ -63,8 +63,8 @@
--background-focused: transparent;
--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)});
--border-color: #{globals.ion-color(primary, base)};
--color: #{globals.ion-color(primary, base)};
--ripple-opacity: var(--background-activated-opacity, 1);
--ripple-color: var(--background-activated);
}