diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 16:14:33 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:57:27 -0800 |
commit | dde01f26812be7ccd4f85b91c66f6164a398c0fb (patch) | |
tree | 01c5559ba10326c61a0572509f8fefa27fd6761a | |
parent | 2fd91821fccdf647193f5be1af87c6ef903096a1 (diff) |
tabsgradient
-rw-r--r-- | src/screens/search/SearchScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index 1f8f88f0..d986b152 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -174,7 +174,7 @@ const SearchScreen: React.FC = () => { }; const styles = StyleSheet.create({ - mainContainer: {backgroundColor: '#fff', height: SCREEN_HEIGHT * 0.9}, + mainContainer: {backgroundColor: '#fff', height: SCREEN_HEIGHT}, contentContainer: { paddingTop: '2%', paddingBottom: SCREEN_HEIGHT / 3, |