fix(rn,labels) top-align with room name field

This commit is contained in:
Saúl Ibarra Corretgé 2021-03-18 12:56:38 +01:00 committed by Saúl Ibarra Corretgé
parent 49c38a73aa
commit b179542c39
2 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,7 @@ export default {
flex: 0,
height: LABEL_SIZE,
justifyContent: 'center',
margin: LABEL_MARGIN,
marginHorizontal: LABEL_MARGIN,
opacity: 0.6,
width: LABEL_SIZE
},

View File

@ -28,8 +28,7 @@ export default {
indicatorContainer: {
flex: 1,
flexDirection: 'row',
justifyContent: 'flex-end',
margin: BoxModel.margin
justifyContent: 'flex-end'
},
/**