Change icon for image button on new workout

This commit is contained in:
Brandon Presley 2022-09-27 12:56:17 +13:00
parent 3a92cc8d7c
commit efbe1a5b1e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export default function EditWorkout() {
<Button <Button
style={{marginBottom: MARGIN}} style={{marginBottom: MARGIN}}
onPress={changeImage} onPress={changeImage}
icon="image"> icon="add-photo-alternate">
Image Image
</Button> </Button>
)} )}