Fix sizing on the composer text input (#331)

zio/stable
Paul Frazee 2023-03-20 19:08:48 -05:00 committed by GitHub
parent 67e4882bb3
commit c1d454b7cf
1 changed files with 2 additions and 1 deletions

View File

@ -210,10 +210,11 @@ export const TextInput = React.forwardRef(
const styles = StyleSheet.create({
container: {
width: '100%',
flex: 1,
},
textInput: {
flex: 1,
width: '100%',
minHeight: 80,
padding: 5,
paddingBottom: 20,