From 525166e62b793b351d1a6be2421c0a33b22f7b7b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Feb 2023 11:35:25 +0700 Subject: cart refactor --- src/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index c457859b..f4c726e8 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -425,8 +425,8 @@ button { .idt-transition { @apply transition-all - ease-linear - duration-300 + ease-out + duration-200 ; } -- cgit v1.2.3