From 5eec622b8d8f0086647726b417d97e1a102abcb4 Mon Sep 17 00:00:00 2001 From: BenOsodrac Date: Thu, 8 May 2025 13:03:31 +0100 Subject: [PATCH] add transition tokens --- core/src/components/button-group/button-group.ionic.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/button-group/button-group.ionic.scss b/core/src/components/button-group/button-group.ionic.scss index 7ce848dca4..270f6c50d1 100644 --- a/core/src/components/button-group/button-group.ionic.scss +++ b/core/src/components/button-group/button-group.ionic.scss @@ -21,9 +21,9 @@ bottom: 0; left: 0; - transition: transform 0.3s ease; + transition: transform globals.$ion-transition-time-300 globals.$ion-transition-curve-quick; - border: 1px solid var(--active-item-border-color); + border: globals.$ion-border-size-025 globals.$ion-border-style-solid var(--active-item-border-color); border-radius: var(--border-radius); background-color: var(--active-item-background); @@ -38,7 +38,7 @@ flex: 1; background-color: transparent; - transition: color 0.3s ease; + transition: color globals.$ion-transition-time-300 globals.$ion-transition-curve-linear; will-change: color; z-index: 1;