From 7828a7a501228e994a418950c3b648628d0458ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:19:05 +0000 Subject: [PATCH] fix(button): update tokens (#30776) Issue number: internal --------- ## What is the new behavior? - update tokens; ## Does this introduce a breaking change? - [ ] Yes - [x] No --- core/src/components/button/button.ionic.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 685487651e..39503a496f 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -185,21 +185,21 @@ // -------------------------------------------------- :host(.button-soft) { - --border-radius: #{globals.$ion-border-radius-200}; + --border-radius: #{globals.$ion-soft-xs}; } // Round Button // -------------------------------------------------- :host(.button-round) { - --border-radius: #{globals.$ion-border-radius-full}; + --border-radius: #{globals.$ion-round-xs}; } // Rectangular Button // -------------------------------------------------- :host(.button-rectangular) { - --border-radius: #{globals.$ion-border-radius-0}; + --border-radius: #{globals.$ion-rectangular-xs}; } // Button: Focus