@ -80,7 +80,7 @@ export default function ActivitiesComponent() {
};
return (
<View className="bg-gray-200 rounded-2xl p-1">
<View className="bg-gray-200 rounded-2xl p-1 h-full">
<View className=" m-2 flex-row justify-center rounded-2xl bg-white">
{months.map((item, index) => {
@ -20,7 +20,7 @@ export default function WorkoutCardComponent({
const styleImage = () => {
return `w-full h-full `;
return `w-full h `;
const router = useRouter();