diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index bc7910bf3c..94c7c4b8ce 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -86,6 +86,7 @@ // Warning Outline Button - use foreground color for text and border :host(.button-outline.ion-color-warning) .button-native { border-color: #{globals.current-color(foreground)}; + color: #{globals.current-color(foreground)}; }