From 4c130c0b0bff327ab62f9628b41558d976931ef4 Mon Sep 17 00:00:00 2001 From: Danish Ahmed Mirza Date: Fri, 1 Jul 2022 03:10:27 +0530 Subject: [PATCH] Fix searchbar height in reaction picker --- app/views/RoomView/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/RoomView/styles.ts b/app/views/RoomView/styles.ts index c7b3d3b0f..da52e8f37 100644 --- a/app/views/RoomView/styles.ts +++ b/app/views/RoomView/styles.ts @@ -64,6 +64,7 @@ export default StyleSheet.create({ ...sharedStyles.textMedium }, searchbarContainer: { + height: 55, marginBottom: 10, paddingHorizontal: 15 },