Skip to content

Commit 9870cad

Browse files
committed
Tweak chat text field padding.
1 parent edff8e5 commit 9870cad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/screens/chat/ChatScreen.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,14 @@ const styles = StyleSheet.create({
371371
backgroundColor: '#242424'
372372
},
373373
textArea: { padding: 8, backgroundColor: '#fff', flexDirection: 'row' },
374-
textField: { marginTop: 0, flex: 1, marginRight: 8, borderRadius: 32 }
374+
textField: {
375+
marginTop: 0,
376+
flex: 1,
377+
marginRight: 8,
378+
paddingLeft: 12,
379+
paddingRight: 12,
380+
borderRadius: 32
381+
}
375382
})
376383

377384
export default ChatScreen

0 commit comments

Comments
 (0)