Browse Source

search-fix

Viktoriia 1 year ago
parent
commit
ceb76ca467
1 changed files with 0 additions and 21 deletions
  1. 0 21
      src/screens/InAppScreens/MapScreen/style.tsx

+ 0 - 21
src/screens/InAppScreens/MapScreen/style.tsx

@@ -79,7 +79,6 @@ export const styles = StyleSheet.create({
       elevation: 5,
     },
   },
-  //
   searchContainer: {
     flexDirection: 'row',
     alignItems: 'center',
@@ -95,24 +94,4 @@ export const styles = StyleSheet.create({
     color: Colors.DARK_BLUE,
     fontWeight: '600'
   },
-  //
-  tabBar: {
-    backgroundColor: 'transparent',
-    elevation: 0,
-    shadowOpacity: 0,
-    marginTop: 0,
-    height: 42
-  },
-  tabLabel: {
-    color: 'grey',
-    fontSize: getFontSize(14),
-    fontWeight: '700',
-    padding: 8,
-    width: Dimensions.get('window').width / 3,
-    textAlign: 'center'
-  },
-  tabStyle: {
-    padding: 0,
-    marginHorizontal: 2
-  },
 });