[FIX] Messages hidden behind MessageBox (#2281)
This commit is contained in:
parent
146babc3dd
commit
d3ab125dd4
|
@ -15,7 +15,7 @@ export default StyleSheet.create({
|
||||||
},
|
},
|
||||||
composer: {
|
composer: {
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
borderTopWidth: StyleSheet.hairlineWidth
|
borderTopWidth: 1
|
||||||
},
|
},
|
||||||
textArea: {
|
textArea: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
Loading…
Reference in New Issue