Mentorship track card accent
cgen-ca8705e3a28e4fd38b753cf095fce55c
This commit is contained in:
parent
9ad80f886e
commit
1d06bf09a6
1 changed files with 2 additions and 2 deletions
|
|
@ -449,8 +449,8 @@ export default function MentorshipPrograms() {
|
|||
key={index}
|
||||
className={`cursor-pointer transition-all duration-300 hover-lift animate-scale-in ${
|
||||
isSelected
|
||||
? "border-aethex-500 glow-blue scale-105"
|
||||
: "border-border/50 hover:border-aethex-400/50"
|
||||
? "border-emerald-500 shadow-[0_0_25px_rgba(16,185,129,0.35)] scale-105"
|
||||
: "border-border/50 hover:border-emerald-400/60"
|
||||
}`}
|
||||
style={{ animationDelay: `${index * 0.1}s` }}
|
||||
onClick={() => setSelectedTrack(index)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue