Move suggested follow recommendations to the server (#836)

* Move suggested follow recommendations to the server

* fix search results color in dark mode

---------

Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
This commit is contained in:
Paul Frazee 2023-06-02 15:01:16 -05:00 committed by GitHub
parent e8843ded5b
commit ad4eaf5ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 85 deletions

View file

@ -24,7 +24,7 @@ export const SearchResults = observer(({model}: {model: SearchUIModel}) => {
const renderTabBar = React.useCallback(
(props: RenderTabBarFnProps) => {
return (
<CenteredView style={[pal.border, styles.tabBar]}>
<CenteredView style={[pal.border, pal.view, styles.tabBar]}>
<TabBar
items={SECTIONS}
{...props}
@ -128,7 +128,6 @@ const styles = StyleSheet.create({
top: 0,
flexDirection: 'column',
alignItems: 'center',
backgroundColor: 'white',
},
empty: {
paddingHorizontal: 14,