Fix: add padding to the spinner bottom while loading threads (#1626)

This commit is contained in:
Paul Frazee 2023-10-05 20:10:43 -07:00 committed by GitHub
parent 64153067e3
commit 3b78d3227f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -439,5 +439,7 @@ const styles = StyleSheet.create({
parentSpinner: { parentSpinner: {
paddingVertical: 10, paddingVertical: 10,
}, },
childSpinner: {}, childSpinner: {
paddingBottom: 200,
},
}) })