mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 21:06:21 +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>
|
<ThemeContainer>
|
||||||
{({ isDarkTheme }) => (
|
{({ isDarkTheme }) => (
|
||||||
<TextInput
|
<TextInput
|
||||||
{...props}
|
|
||||||
ref={innerRef}
|
ref={innerRef}
|
||||||
keyboardAppearance={isDarkTheme ? 'dark' : 'light'}
|
keyboardAppearance={isDarkTheme ? 'dark' : 'light'}
|
||||||
|
{...props}
|
||||||
style={[styles.input, { minHeight: height }, style]}
|
style={[styles.input, { minHeight: height }, style]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
@ -28,6 +28,7 @@ export default EStyleSheet.create({
|
|||||||
padding: 10,
|
padding: 10,
|
||||||
color: '$primaryBlack',
|
color: '$primaryBlack',
|
||||||
width: 172,
|
width: 172,
|
||||||
|
minHeight: 35,
|
||||||
},
|
},
|
||||||
textarea: {
|
textarea: {
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user