fix(rn,labels) top-align with room name field
This commit is contained in:
parent
49c38a73aa
commit
b179542c39
|
@ -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
|
||||
},
|
||||
|
|
|
@ -28,8 +28,7 @@ export default {
|
|||
indicatorContainer: {
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'flex-end',
|
||||
margin: BoxModel.margin
|
||||
justifyContent: 'flex-end'
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue