diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-10 13:25:57 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-10 13:25:57 -0400 |
| commit | 6eae7a3769aad1424a69d1ba676268f1acccad04 (patch) | |
| tree | 16a0860705ab4b598b33149b73241e0dce3177c7 /src/components/search/SearchBar.tsx | |
| parent | 77e7070476255d5108a4ac72e8f00cd89bbd8de2 (diff) | |
fixed various font issues
Diffstat (limited to 'src/components/search/SearchBar.tsx')
| -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 8a53178b..25ea3b59 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -165,7 +165,7 @@ const styles = StyleSheet.create({ }, input: { flex: 1, - fontSize: normalize(19), + fontSize: normalize(15), color: '#000', letterSpacing: 0.5, }, |
