Fix sizing on the composer text input (#331)
This commit is contained in:
@@ -210,10 +210,11 @@ export const TextInput = React.forwardRef(
|
|||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
width: '100%',
|
flex: 1,
|
||||||
},
|
},
|
||||||
textInput: {
|
textInput: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
width: '100%',
|
||||||
minHeight: 80,
|
minHeight: 80,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
paddingBottom: 20,
|
paddingBottom: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user