Fix searchbar height in reaction picker

This commit is contained in:
Danish Ahmed Mirza 2022-07-01 03:10:27 +05:30 committed by Danish
parent d4bc6a078f
commit 4c130c0b0b
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export default StyleSheet.create({
...sharedStyles.textMedium
},
searchbarContainer: {
height: 55,
marginBottom: 10,
paddingHorizontal: 15
},