Make image bigger in EditWorkout

This commit is contained in:
Brandon Presley 2022-09-02 12:46:04 +12:00
parent 40d4fac658
commit 909d54d6c9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export default function EditWorkout() {
onChangeText={setName}
/>
<View style={{flexDirection: 'row', paddingBottom: 10}}>
{uri && <Image source={{uri}} style={{height: 50, width: 50}} />}
{uri && <Image source={{uri}} style={{height: 75, width: 75}} />}
<Button onPress={changeImage} icon="image">
Image
</Button>