Browse Source

Merge branch 'search-fix' of SashaGoncharov19/nomadmania-app into dev

Viktoriia 1 year ago
parent
commit
7c45ab763a

+ 2 - 1
src/screens/InAppScreens/MapScreen/index.tsx

@@ -775,7 +775,8 @@ const MapScreen: React.FC<MapScreenProps> = ({ navigation }) => {
               styles.searchContainer,
               styles.cornerButton,
               styles.topLeftButton,
-              animatedStyle
+              animatedStyle,
+              { padding: 5 }
             ]}
           >
             {isExpanded ? (

+ 1 - 2
src/screens/InAppScreens/MapScreen/style.tsx

@@ -82,8 +82,7 @@ export const styles = StyleSheet.create({
   searchContainer: {
     flexDirection: 'row',
     alignItems: 'center',
-    overflow: 'hidden',
-    padding: 5
+    overflow: 'hidden'
   },
   iconButton: {
     padding: 10