diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/search/SearchBar.tsx | 2 |
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'}, |