From 39abcae6cc596e15a6c032064d166145f86eba0a Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 5 Mar 2021 15:28:29 -0800 Subject: Changed input color to black from 828282 --- src/components/search/SearchBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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'}, -- cgit v1.2.3-70-g09d2