Skip to content

Commit 6c7ebcc

Browse files
committed
minor fix
1 parent a457dea commit 6c7ebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/PickImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const PickImage = ({navigation}: PickImageProps): JSX.Element => {
4949
</View>
5050
<View style={{flexDirection: 'row', justifyContent: 'center', alignItems: 'center', paddingHorizontal: 30}}>
5151
<TextInput
52-
style={{flex: 1, borderBottomWidth: 1, padding: 10, marginRight: 20}}
52+
style={{flex: 1, borderBottomWidth: 1, padding: 10, marginRight: 20, color: 'black'}}
5353
onChangeText={setUri}
5454
placeholder={'paste image url'}
5555
/>

0 commit comments

Comments
 (0)