mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
avoiding inline style
This commit is contained in:
parent
f7a3879906
commit
6d32edf66d
@ -87,7 +87,7 @@ const SnippetEditorModal = ({username, onSnippetsUpdated}: SnippetEditorModalPro
|
||||
keyboardVerticalOffset={Platform.OS == 'ios' ? 64 : null}
|
||||
behavior={Platform.OS === 'ios' ? 'padding' : null}
|
||||
>
|
||||
<View style={{flex:1}}>
|
||||
<View style={styles.inputContainer}>
|
||||
|
||||
|
||||
<View style={{height:Math.max(35, titleHeight)}}>
|
||||
|
@ -14,6 +14,9 @@ export default EStyleSheet.create({
|
||||
marginTop:24,
|
||||
paddingHorizontal:24,
|
||||
},
|
||||
inputContainer:{
|
||||
flex:1
|
||||
} as ViewStyle,
|
||||
titleInput:{
|
||||
color: '$primaryBlack',
|
||||
fontWeight: 'bold',
|
||||
@ -57,4 +60,5 @@ export default EStyleSheet.create({
|
||||
alignItems:'center',
|
||||
marginBottom:16
|
||||
} as ViewStyle,
|
||||
|
||||
})
|
Loading…
Reference in New Issue
Block a user