matched however transition speed for text

This commit is contained in:
StefanWout 2024-09-06 13:10:32 +01:00
parent 63b0469f5c
commit 256075b67c

View file

@ -13,7 +13,7 @@ const styles = {
imageWrapper: "h-52 rounded-2xl overflow-hidden flex items-center",
wrapperAnime: "transition-all duration-500 ease-in-out",
image: "object-cover mx-auto",
textWrapper: "pb-3 w-full px-4 flex justify-center items-center max-h-16 my-auto text-gray-700 text-center group-hover:text-white",
textWrapper: "pb-3 w-full px-4 flex justify-center items-center max-h-16 my-auto text-gray-700 text-center group-hover:text-white transition-all duration-500 ease-in-out",
};
interface CardProps {