From 075467c6cff956550680fce9b8545b2cf6c34782 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 10:14:59 +0000 Subject: [PATCH] Fix bouncing toast animation by removing conflicting animations cgen-ff48de50c85b4c7496b0b60c96b7c1e1 --- client/components/ui/toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/ui/toast.tsx b/client/components/ui/toast.tsx index ba813068..51072155 100644 --- a/client/components/ui/toast.tsx +++ b/client/components/ui/toast.tsx @@ -36,7 +36,7 @@ const toastVariants = cva( "border-yellow-500/50 bg-yellow-500/10 text-yellow-400 shadow-2xl shadow-yellow-500/20", info: "border-aethex-400/50 bg-aethex-500/10 text-aethex-300 shadow-2xl shadow-aethex-500/20 glow-blue", aethex: - "border-aethex-400/50 bg-gradient-to-r from-aethex-500/20 via-neon-blue/20 to-aethex-600/20 text-aethex-300 shadow-2xl shadow-aethex-500/30 glow-purple animate-pulse-glow", + "border-aethex-400/50 bg-gradient-to-r from-aethex-500/20 via-neon-blue/20 to-aethex-600/20 text-aethex-300 shadow-2xl shadow-aethex-500/30 glow-purple", }, }, defaultVariants: {