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;