aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-26 17:46:06 -0400
committerIvan Chen <ivan@tagg.id>2021-04-26 17:46:06 -0400
commitb6134c042658994421163ceda21731505098e2ac (patch)
tree9300255cd22a7afa6f10693e938327904bfabac5 /src/components
parent604dc249185b40ab60c8c44a83e97e30194f9087 (diff)
linted
Diffstat (limited to 'src/components')
-rw-r--r--src/components/search/SearchBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx
index d441b07b..ea36d58b 100644
--- a/src/components/search/SearchBar.tsx
+++ b/src/components/search/SearchBar.tsx
@@ -128,7 +128,7 @@ const SearchBar: React.FC<SearchBarProps> = ({
style={styles.searchIcon}
/>
<TextInput
- style={[styles.input]}
+ style={styles.input}
placeholderTextColor={'#828282'}
onSubmitEditing={handleSubmit}
clearButtonMode="always"