From 060f554ef855e4acf903914d03cd5c32df815613 Mon Sep 17 00:00:00 2001 From: Marta Carlos <101343976+OS-martacarlos@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:06:16 +0100 Subject: [PATCH] feat(toggle): change error text color for ionic theme (#30556) Issue number: internal --------- ## What is the current behavior? Error text color was `ion-semantics-danger-800` ## What is the new behavior? Error text color is now `ion-semantics-danger-900`, following design guidelines. ## Does this introduce a breaking change? - [ ] Yes - [x] No --- core/src/components/toggle/toggle.ionic.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/toggle/toggle.ionic.scss b/core/src/components/toggle/toggle.ionic.scss index 02d89fe95f..0a39c847e3 100644 --- a/core/src/components/toggle/toggle.ionic.scss +++ b/core/src/components/toggle/toggle.ionic.scss @@ -65,11 +65,11 @@ // ---------------------------------------------------------------- .toggle-bottom .error-text { - color: globals.$ion-semantics-danger-800; + color: globals.$ion-semantics-danger-900; } .toggle-bottom .helper-text { - color: globals.$ion-primitives-neutral-800; + color: globals.$ion-primitives-neutral-900; } // Toggle Native Wrapper: Focused