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:53 +00:00
committed by GitHub
parent a5a01a6d9a
commit 646d42035e

View File

@ -85,7 +85,8 @@
// Warning Outline Button - use foreground color for text and border
:host(.button-outline.ion-color-warning) .button-native {
--ion-color-base: #{globals.ion-color(warning, foreground)};
--color: #{globals.ion-color(warning, foreground)};
--border-color: #{globals.ion-color(warning, foreground)};
}
// Clear Button