From 21293da293a6d7d1d846be03a98eb9a20d7cc3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Wed, 5 Nov 2025 10:50:53 +0000 Subject: [PATCH] - lint-fix; --- core/src/components/button/button.ionic.scss | 1 + 1 file changed, 1 insertion(+) 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)}; }