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 ( 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