diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 5cfdec663d..685487651e 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -72,6 +72,7 @@ // Warning Outline Button - use foreground color for text and border :host(.button-outline.ion-color-warning) .button-native { border-color: globals.ion-color(warning, foreground); + color: globals.ion-color(warning, foreground); }