From 3767bde2723eabe6efa1b4e92441eb6ba40af0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:52:01 +0000 Subject: [PATCH] Update core/src/components/button/button.ionic.scss Co-authored-by: Maria Hutt --- core/src/components/button/button.ionic.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 720120df02..5cfdec663d 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -71,9 +71,8 @@ // 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)}; + border-color: globals.ion-color(warning, foreground); + color: globals.ion-color(warning, foreground); } // Clear Button