From c35c2fa25eede4e8ada613b7a962e981184fda75 Mon Sep 17 00:00:00 2001 From: Angie Ta Date: Tue, 5 Dec 2023 21:19:16 -0800 Subject: [PATCH] Observation no media restyle --- src/components/ObsDetails/PhotoDisplay.js | 25 ++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/components/ObsDetails/PhotoDisplay.js b/src/components/ObsDetails/PhotoDisplay.js index d4ea8d385..954c40149 100644 --- a/src/components/ObsDetails/PhotoDisplay.js +++ b/src/components/ObsDetails/PhotoDisplay.js @@ -1,8 +1,8 @@ // @flow import { useNavigation } from "@react-navigation/native"; import { - INatIconButton, - PhotoCount, PhotoScroll + INatIcon, + INatIconButton, PhotoCount, PhotoScroll } from "components/SharedComponents"; import BackButton from "components/SharedComponents/Buttons/BackButton"; import { View } from "components/styledComponents"; @@ -110,7 +110,7 @@ const PhotoDisplay = ( { return ( @@ -118,11 +118,22 @@ const PhotoDisplay = ( { { belongsToCurrentUser ? editButton : kebabMenu( )} - + );