diff --git a/packages/mobile/src/screens/search-screen-v2/RecentSearches.tsx b/packages/mobile/src/screens/search-screen-v2/RecentSearches.tsx index 0a2eaed0150..f0c45fb9bbf 100644 --- a/packages/mobile/src/screens/search-screen-v2/RecentSearches.tsx +++ b/packages/mobile/src/screens/search-screen-v2/RecentSearches.tsx @@ -6,7 +6,7 @@ import type { SearchItem as SearchItemType } from '@audius/common/store' import { searchActions } from '@audius/common/store' import { useDispatch } from 'react-redux' -import { Button, Flex, IconCloseAlt, Text } from '@audius/harmony-native' +import { Flex, IconCloseAlt, PlainButton, Text } from '@audius/harmony-native' import { FlatList } from 'app/components/core' import { SearchItem } from './SearchItem' @@ -56,14 +56,12 @@ export const RecentSearches = (props: RecentSearchesProps) => { )} ListFooterComponent={ - + } />