Fix bouncing toast animation by removing conflicting animations
cgen-ff48de50c85b4c7496b0b60c96b7c1e1
This commit is contained in:
parent
fa53797f25
commit
075467c6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue