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 18:52:01 +00:00
committed by GitHub
parent c546566b04
commit 3767bde272

View File

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