Update client/src/components/ui/info-card.tsx
This commit is contained in:
parent
bea38be7b9
commit
126073780b
@ -18,7 +18,7 @@ const InfoCard: React.FC<CardProps> = ({
|
||||
}) => {
|
||||
return (
|
||||
<motion.div
|
||||
className="w-full p-6 my-4 bg-white rounded-lg shadow-md"
|
||||
className="w-full p-6 my-4 bg-white rounded-lg shadow-md hover:bg-amber-300 duration-300"
|
||||
initial={{ opacity: 0, y: 50 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 1 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user