This commit is contained in:
StefanWout 2024-09-05 10:40:32 +01:00
parent ea3b65998a
commit 9a4c885868

View file

@ -12,7 +12,7 @@ const styles = {
imageWrapper: "h-56 rounded-2xl overflow-hidden flex items-center",
wrapperAnime: "transition-all duration-500 ease-in-out",
image: "object-cover mx-auto",
textWrapper: "pt-6 pb-3 w-full px-4 flex justify-between items-center",
textWrapper: "pt-6 pb-3 w-full px-4 flex justify-between items-center text-red-500",
};
interface CardProps {