Skip to content

Commit

Permalink
Merge pull request #51036 from Expensify/cmartins-fixStyles2
Browse files Browse the repository at this point in the history
[CP Staging] Fix search router text style

(cherry picked from commit 8dc863f)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Oct 17, 2024
1 parent 6d592cf commit 9765c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchRouter/SearchRouterInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9765c33

Please sign in to comment.