diff --git a/front/components/V2/SearchBar.tsx b/front/components/V2/SearchBar.tsx index 97368b6..df27851 100644 --- a/front/components/V2/SearchBar.tsx +++ b/front/components/V2/SearchBar.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Button, Text, Select } from 'native-base'; -import { ScrollView, TextInput, View } from 'react-native'; +import { ScrollView, View } from 'react-native'; import { Input } from 'native-base'; import ButtonBase from '../UI/ButtonBase'; import { AddSquare, CloseCircle, SearchNormal1 } from 'iconsax-react-native'; @@ -58,6 +58,7 @@ const SearchBarComponent = () => { width: '100%', margin: 5, padding: 16, + gap: 10, }} > { /> )} - setQuery(value)} - /> - + + setQuery(value)} + /> +