diff options
Diffstat (limited to 'src/view/screens/Search.tsx')
-rw-r--r-- | src/view/screens/Search.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/view/screens/Search.tsx b/src/view/screens/Search.tsx index 6ae5fba0d..a21ef9701 100644 --- a/src/view/screens/Search.tsx +++ b/src/view/screens/Search.tsx @@ -201,7 +201,12 @@ export const SearchScreen = withAuthRequired( onScroll={onMainScroll} scrollEventThrottle={100} refreshControl={ - <RefreshControl refreshing={refreshing} onRefresh={onRefresh} /> + <RefreshControl + refreshing={refreshing} + onRefresh={onRefresh} + tintColor={pal.colors.text} + titleColor={pal.colors.text} + /> }> {foafsView.isLoading ? ( <ProfileCardFeedLoadingPlaceholder /> |