From c55a0bf2ad99034f267a5ad943bca92273844383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Wed, 5 Nov 2025 10:44:14 +0000 Subject: [PATCH] - lint-fix; --- core/src/components/button/button.ionic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 51fc980445..bc7910bf3c 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -85,8 +85,8 @@ // Warning Outline Button - use foreground color for text and border :host(.button-outline.ion-color-warning) .button-native { - color: #{globals.current-color(foreground)}; border-color: #{globals.current-color(foreground)}; + color: #{globals.current-color(foreground)}; } // Clear Button