Rollback message list padding
This commit is contained in:
parent
2ee4efd255
commit
f67a4010bc
|
@ -10,7 +10,7 @@ const AnimatedFlashList = Animated.createAnimatedComponent(FlashList);
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
contentContainer: {
|
contentContainer: {
|
||||||
paddingTop: 4
|
paddingTop: 8
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue