aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4dde22f0..be0eecc7 100644
--- a/src/components/search/SearchBar.tsx
+++ b/src/components/search/SearchBar.tsx
@@ -92,7 +92,7 @@ const styles = StyleSheet.create({
input: {
flex: 1,
fontSize: 16,
- color: '#828282',
+ color: '#000',
letterSpacing: normalize(0.5),
},
cancelButtonView: {width: 70, flexDirection: 'row', justifyContent: 'center'},