Various small fixes
This commit is contained in:
parent
3d91cf3137
commit
5eddbcea16
6 changed files with 9 additions and 7 deletions
|
@ -59,7 +59,7 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
|
|||
<TextInput
|
||||
ref={textInput}
|
||||
placeholder="Type your query here..."
|
||||
placeholderTextColor={pal.textLight}
|
||||
placeholderTextColor={pal.colors.textLight}
|
||||
selectTextOnFocus
|
||||
returnKeyType="search"
|
||||
style={[pal.text, styles.input]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue