Passage View Responsive + View Exercice + Workout component data externe

pull/14/head
Tony Fages 5 months ago committed by Anthony RICHARD
parent f1aeacc216
commit 9b9d64d0ba

@ -80,7 +80,7 @@ export default function ActivitiesComponent() {
}; };
return ( 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"> <View className=" m-2 flex-row justify-center rounded-2xl bg-white">
{months.map((item, index) => { {months.map((item, index) => {
return ( return (

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

Loading…
Cancel
Save