Viktoriia преди 8 месеца
родител
ревизия
28a6b1d73a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/screens/InAppScreens/MessagesScreen/index.tsx

+ 2 - 2
src/screens/InAppScreens/MessagesScreen/index.tsx

@@ -382,7 +382,7 @@ const MessagesScreen = () => {
         </TouchableOpacity>
       </View>
 
-      <View style={[{ paddingHorizontal: '4%' }]}>
+      {/* <View style={[{ paddingHorizontal: '4%' }]}>
         <Input
           inputMode={'search'}
           placeholder={'Search'}
@@ -391,7 +391,7 @@ const MessagesScreen = () => {
           icon={<SearchIcon fill={'#C8C8C8'} width={14} height={14} />}
           height={38}
         />
-      </View>
+      </View> */}
 
       <HorizontalTabView
         index={index}