Viktoriia 1 年間 前
コミット
ceb76ca467
1 ファイル変更0 行追加21 行削除
  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
-  },
 });