From 6c25ae1d7bfbaa9891ea7fea30396c41078ae8c2 Mon Sep 17 00:00:00 2001 From: p-sw Date: Wed, 29 May 2024 20:52:30 +0900 Subject: [PATCH] style: make toast transition y 100% --- packages/react/components/Toast.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/components/Toast.tsx b/packages/react/components/Toast.tsx index a8f380d..a4ed06b 100644 --- a/packages/react/components/Toast.tsx +++ b/packages/react/components/Toast.tsx @@ -34,9 +34,9 @@ const [toastVariant] = vcn({ loading: toastColors.borders.loading, }, life: { - born: "translate-y-1/2 scale-90 ease-[cubic-bezier(0,.6,.7,1)]", + born: "translate-y-full scale-90 ease-[cubic-bezier(0,.6,.7,1)]", normal: "translate-y-0 scale-100 ease-[cubic-bezier(0,.6,.7,1)]", - dead: "translate-y-1/2 scale-90 ease-[cubic-bezier(.6,0,1,.7)]", + dead: "translate-y-full scale-90 ease-[cubic-bezier(.6,0,1,.7)]", }, }, defaults: {