From 39d09c68fe2ce30626061e01aea5691f44b3ba7b Mon Sep 17 00:00:00 2001 From: austin c Date: Wed, 23 Oct 2024 15:35:34 -0500 Subject: [PATCH] change save survey icon, fix camera swap --- screens/CollectionList.js | 4 ++-- tasks/photo/PhotoAction.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/screens/CollectionList.js b/screens/CollectionList.js index 231600f1..0184d597 100644 --- a/screens/CollectionList.js +++ b/screens/CollectionList.js @@ -4,7 +4,7 @@ import styles from '../Styles'; import { useSurveyDesign } from '../contexts/SurveyDesignContext'; import { useSurveyData } from '../contexts/SurveyDataContext'; -import { MaterialIcons } from '@expo/vector-icons'; +import { FontAwesome } from '@expo/vector-icons'; const CollectionList = ({ route, navigation }) => { // Initialize the survey design context @@ -30,7 +30,7 @@ const CollectionList = ({ route, navigation }) => { { navigation.navigate('SaveSurvey') }}> - + ), }); diff --git a/tasks/photo/PhotoAction.js b/tasks/photo/PhotoAction.js index a44976ce..fa7957ef 100644 --- a/tasks/photo/PhotoAction.js +++ b/tasks/photo/PhotoAction.js @@ -109,7 +109,7 @@ const PhotoAction = ({ navigation, existingData, onComplete, task, item, collect setIsCameraReady(true)} > @@ -163,7 +163,7 @@ const PhotoAction = ({ navigation, existingData, onComplete, task, item, collect }, captureButton: { - backgroundColor: 'red', + backgroundColor: '#F2F2F2', borderRadius: 50, width: 100, height: 100,