Rollback message list padding

This commit is contained in:
Diego Mello 2022-11-28 18:35:56 -03:00
parent 2ee4efd255
commit f67a4010bc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const AnimatedFlashList = Animated.createAnimatedComponent(FlashList);
const styles = StyleSheet.create({
contentContainer: {
paddingTop: 4
paddingTop: 8
}
});