Skip to content

Commit 13d6ef8

Browse files
authored
Add padding to TextInput in handling-text-input code example (facebook#4198)
1 parent acc7869 commit 13d6ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/handling-text-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const PizzaTranslator = () => {
1616
return (
1717
<View style={{padding: 10}}>
1818
<TextInput
19-
style={{height: 40}}
19+
style={{height: 40, padding: 5}}
2020
placeholder="Type here to translate!"
2121
onChangeText={newText => setText(newText)}
2222
defaultValue={text}

0 commit comments

Comments
 (0)