aboutsummaryrefslogtreecommitdiff
path: root/src/components/search
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-26 18:32:28 -0400
committerGitHub <noreply@github.com>2021-04-26 18:32:28 -0400
commitcaac607ed90c35ad8d4b2787b170e1fd1f165333 (patch)
tree98d5733a6f98a89e293bd0cf2f0c4fe566d15315 /src/components/search
parent27fdbf976907be00afdd10b0e545d0a429e27443 (diff)
parent8253184aef6051f053cc40e95e9c3433fae591ed (diff)
Merge pull request #389 from IvanIFChen/tma819-new-message-cancel-button
[TMA-819] New message cancel button
Diffstat (limited to 'src/components/search')
-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"