From 9765c33ceac50d7a67645d1a653ca1f59c45cb17 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 17 Oct 2024 10:09:48 -0600 Subject: [PATCH] Merge pull request #51036 from Expensify/cmartins-fixStyles2 [CP Staging] Fix search router text style (cherry picked from commit 8dc863f3b2f7e2cb3de06ec5e957b92f18c9e0e0) (CP triggered by luacmartins) --- src/components/Search/SearchRouter/SearchRouterInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/SearchRouter/SearchRouterInput.tsx b/src/components/Search/SearchRouter/SearchRouterInput.tsx index ef6963152c42..ebff95eb3a5a 100644 --- a/src/components/Search/SearchRouter/SearchRouterInput.tsx +++ b/src/components/Search/SearchRouter/SearchRouterInput.tsx @@ -105,7 +105,7 @@ function SearchRouterInput({ onSubmitEditing={onSubmit} shouldUseDisabledStyles={false} textInputContainerStyles={[styles.borderNone, styles.pb0]} - inputStyle={[styles.searchInputStyle, inputWidth, styles.pl3, styles.pr3]} + inputStyle={[inputWidth, styles.pl3, styles.pr3]} onFocus={() => { setIsFocused(true); routerListRef?.current?.updateExternalTextInputFocus(true);