diff options
Diffstat (limited to 'src/view/screens/Search.tsx')
-rw-r--r-- | src/view/screens/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Search.tsx b/src/view/screens/Search.tsx index 995d05861..d9d933b7e 100644 --- a/src/view/screens/Search.tsx +++ b/src/view/screens/Search.tsx @@ -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]} |