Passage View Responsive + View Exercice + Workout component data externe

pull/15/head
Tony Fages 4 months ago committed by Anthony RICHARD
parent c0fa4421a7
commit 1a0ac79885

@ -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) => {
return (

@ -20,7 +20,7 @@ export default function WorkoutCardComponent({
};
const styleImage = () => {
return `w-full h-full `;
return `w-full h `;
};
const router = useRouter();
return (

Loading…
Cancel
Save