diff --git a/apps/web/src/components/toast/Toast.tsx b/apps/web/src/components/toast/Toast.tsx index 64acb3f2..a5e829f5 100644 --- a/apps/web/src/components/toast/Toast.tsx +++ b/apps/web/src/components/toast/Toast.tsx @@ -6,7 +6,7 @@ import { ToastProps } from '@/core/toast/type'; import useToast from '@/hooks/toast/useToast'; const containerVariants = cva( - '[&.bounce-enter]:animate-bounce-in-bottom [&.bounce-exit]:animate-bounce-out-bottom z-0 mb-4 flex max-h-[800px] min-h-16 cursor-pointer justify-between overflow-hidden rounded-md bg-[#000000b3] text-white shadow-md', + 'z-0 mb-4 flex max-h-[800px] min-h-16 cursor-pointer justify-between overflow-hidden rounded-md bg-[#000000b3] text-white shadow-md [&.bounce-enter]:animate-bounce-in-bottom [&.bounce-exit]:animate-bounce-out-bottom', { variants: { closeOnClick: {