Fix bouncing toast animation by removing conflicting animations

cgen-ff48de50c85b4c7496b0b60c96b7c1e1
This commit is contained in:
Builder.io 2025-08-08 10:14:59 +00:00
parent fa53797f25
commit 075467c6cf

View file

@ -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: {