delegation To style fix

This commit is contained in:
feruz 2019-12-09 11:33:38 +02:00
parent decde0576e
commit f7dc850be1
2 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,9 @@ const TextInputView = ({ innerRef, height, style, ...props }) => (
<ThemeContainer>
{({ isDarkTheme }) => (
<TextInput
{...props}
ref={innerRef}
keyboardAppearance={isDarkTheme ? 'dark' : 'light'}
{...props}
style={[styles.input, { minHeight: height }, style]}
/>
)}

View File

@ -28,6 +28,7 @@ export default EStyleSheet.create({
padding: 10,
color: '$primaryBlack',
width: 172,
minHeight: 35,
},
textarea: {
borderWidth: 1,