From c4f01f4939aca5e5362aebde751a497cda36586f Mon Sep 17 00:00:00 2001 From: natjms Date: Sat, 3 Apr 2021 04:30:16 -0300 Subject: [PATCH] Fix minor styling issues in search.js --- src/components/pages/discover/search.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/pages/discover/search.js b/src/components/pages/discover/search.js index 779374d..0592ba2 100644 --- a/src/components/pages/discover/search.js +++ b/src/components/pages/discover/search.js @@ -67,11 +67,11 @@ const SearchJsx = ({navigation}) => { { state.query == "" ? : - Accounts + Accounts - Hashtags + Hashtags @@ -156,6 +156,10 @@ const styles = { fontSize: 17, color: "#888" }, + label: { + padding: 10, + fontSize: 15, + }, searchList: { padding: 0 }, searchResultContainer: { display: "flex", @@ -177,4 +181,4 @@ const styles = { } } -export default SearchJsx; \ No newline at end of file +export default SearchJsx;