about summary refs log tree commit diff
path: root/src/view/screens/Search.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-20 14:53:59 -0500
committerGitHub <noreply@github.com>2023-03-20 14:53:59 -0500
commit4f9e9e609e7ab902e2479447a555c94b719018d8 (patch)
tree52b0580d1815b62ba2dba3fa545688cda9345a54 /src/view/screens/Search.tsx
parentd9ed13ea909db93a89ce31bbb506da64effc46f7 (diff)
downloadvoidsky-4f9e9e609e7ab902e2479447a555c94b719018d8.tar.zst
Darkmode fixes (#301) (#327)
* Fix dark mode rendering of 'follows you' pill

* Fix the darkmode coloring of the PTR

* Fix dark mode styles in dns instructions

* Only lint the src dir
Diffstat (limited to 'src/view/screens/Search.tsx')
-rw-r--r--src/view/screens/Search.tsx7
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 />