dial-in-summary: center the loading indicator

This commit is contained in:
Saúl Ibarra Corretgé 2019-10-08 13:24:04 +02:00 committed by Saúl Ibarra Corretgé
parent 6e10ca5dd2
commit c5cd4f534c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default {
indicatorWrapper: {
alignItems: 'center',
backgroundColor: ColorPalette.white,
flex: 1,
height: '100%',
justifyContent: 'center'
},