diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 15:28:29 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:46:27 -0800 |
commit | 39abcae6cc596e15a6c032064d166145f86eba0a (patch) | |
tree | 87b450f8ee259918046c199d3a5cb847d46620b3 | |
parent | 8fcc1b9c2d272bf36f2e9ffa24c7705a5e86b004 (diff) |
Changed input color to black from 828282
-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'}, |