From 763121b68a1f13b89dd7804eaffe4ec95c164d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Fri, 7 Nov 2025 15:53:16 +0000 Subject: [PATCH 1/2] - update tokens; --- core/src/components/button/button.ionic.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/components/button/button.ionic.scss b/core/src/components/button/button.ionic.scss index 685487651e3..8efb1777628 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -111,7 +111,7 @@ @include globals.typography(globals.$ion-body-action-sm); min-width: globals.$ion-scale-1600; - min-height: #{globals.$ion-scale-1000}; + min-height: #{globals.$ion-space-1000}; } /* Medium Button */ @@ -121,7 +121,7 @@ @include globals.typography(globals.$ion-body-action-md); min-width: globals.$ion-scale-1800; - min-height: #{globals.$ion-scale-1200}; + min-height: #{globals.$ion-space-1200}; } /* Large Button */ @@ -131,7 +131,7 @@ @include globals.typography(globals.$ion-body-action-lg); min-width: globals.$ion-scale-2000; - min-height: #{globals.$ion-scale-1400}; + min-height: #{globals.$ion-space-1400}; } // Button with Icons @@ -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 From f648a280d8b41088903935eb5039764a41e2b172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Fri, 7 Nov 2025 16:39:21 +0000 Subject: [PATCH 2/2] - rollback space tokens usage; --- 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 8efb1777628..39503a496fa 100644 --- a/core/src/components/button/button.ionic.scss +++ b/core/src/components/button/button.ionic.scss @@ -111,7 +111,7 @@ @include globals.typography(globals.$ion-body-action-sm); min-width: globals.$ion-scale-1600; - min-height: #{globals.$ion-space-1000}; + min-height: #{globals.$ion-scale-1000}; } /* Medium Button */ @@ -121,7 +121,7 @@ @include globals.typography(globals.$ion-body-action-md); min-width: globals.$ion-scale-1800; - min-height: #{globals.$ion-space-1200}; + min-height: #{globals.$ion-scale-1200}; } /* Large Button */ @@ -131,7 +131,7 @@ @include globals.typography(globals.$ion-body-action-lg); min-width: globals.$ion-scale-2000; - min-height: #{globals.$ion-space-1400}; + min-height: #{globals.$ion-scale-1400}; } // Button with Icons