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

zio/stable
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
1 changed files with 3 additions and 1 deletions

View File

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