add activity indicator to period details modal and adjust styling to make it visible

This commit is contained in:
lynn-janzen007
2024-10-03 11:27:37 +02:00
parent 5bc6be7849
commit 26ec47bad2
2 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ LoadingMoreView.propTypes = {
const styles = StyleSheet.create({
loadingContainer: {
height: '100%',
height: 80,
backgroundColor: Colors.turquoiseLight,
justifyContent: 'center',
},