|
|
|
@ -20,7 +20,7 @@ export default function WorkoutCardComponent() {
|
|
|
|
|
<View className="flex-row justify-between items-center p-4">
|
|
|
|
|
<View className="flex-row space-x-4">
|
|
|
|
|
<View className="flex-row items-center">
|
|
|
|
|
<Text className="text-white text-sm ml-1">{exercise.duration} min</Text>@
|
|
|
|
|
<Text className="text-white text-sm ml-1">{exercise.duration} min</Text>
|
|
|
|
|
</View>
|
|
|
|
|
<View className="justify-center ml-0.5">
|
|
|
|
|
<MaterialCommunityIcons name="square-rounded" size={8}color="white" />
|
|
|
|
|