mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-15 08:32:45 +03:00
delegation To style fix
This commit is contained in:
parent
decde0576e
commit
f7dc850be1
@ -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]}
|
||||
/>
|
||||
)}
|
||||
|
@ -28,6 +28,7 @@ export default EStyleSheet.create({
|
||||
padding: 10,
|
||||
color: '$primaryBlack',
|
||||
width: 172,
|
||||
minHeight: 35,
|
||||
},
|
||||
textarea: {
|
||||
borderWidth: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user