From f67a4010bc053d1921f4a66c1caf6501d695399a Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 28 Nov 2022 18:35:56 -0300 Subject: [PATCH] Rollback message list padding --- app/views/RoomView/List/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomView/List/List.tsx b/app/views/RoomView/List/List.tsx index 6cb13225f..06eaca445 100644 --- a/app/views/RoomView/List/List.tsx +++ b/app/views/RoomView/List/List.tsx @@ -10,7 +10,7 @@ const AnimatedFlashList = Animated.createAnimatedComponent(FlashList); const styles = StyleSheet.create({ contentContainer: { - paddingTop: 4 + paddingTop: 8 } });