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,
|
flex: 0,
|
||||||
height: LABEL_SIZE,
|
height: LABEL_SIZE,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
margin: LABEL_MARGIN,
|
marginHorizontal: LABEL_MARGIN,
|
||||||
opacity: 0.6,
|
opacity: 0.6,
|
||||||
width: LABEL_SIZE
|
width: LABEL_SIZE
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,8 +28,7 @@ export default {
|
||||||
indicatorContainer: {
|
indicatorContainer: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'flex-end',
|
justifyContent: 'flex-end'
|
||||||
margin: BoxModel.margin
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue