From b256e99fc8fc00babf5f029cce3fd487ba6b126e Mon Sep 17 00:00:00 2001 From: Niyazaki <34636175+niyazaki@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:11:38 +0200 Subject: [PATCH] fix(search): set typed text color on Android search bar (#1756) --- app/(auth)/(tabs)/(search)/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(auth)/(tabs)/(search)/index.tsx b/app/(auth)/(tabs)/(search)/index.tsx index 29461b49..759dae85 100644 --- a/app/(auth)/(tabs)/(search)/index.tsx +++ b/app/(auth)/(tabs)/(search)/index.tsx @@ -305,6 +305,8 @@ export default function SearchPage() { }, hideWhenScrolling: false, autoFocus: false, + // Android: color of the user-typed text (was dark and unreadable on the dark header) + textColor: "#fff", // Android: placeholder and icon color hintTextColor: "#fff", headerIconColor: "#fff",