Commit 8eed865c by tungnq

TODO: Điều chỉnh một số giao diện màn soạn email

parent 1a32e63b
...@@ -113,7 +113,7 @@ const renderHeader = () => { ...@@ -113,7 +113,7 @@ const renderHeader = () => {
<View style={[ {height:100}]}> <View style={[ {height:100}]}>
<TextInput <TextInput
placeholderTextColor={R.colors.gray} placeholderTextColor={R.colors.gray}
style={[styles.input , {paddingHorizontal:10}]} style={[styles.input , {paddingHorizontal:10 ,borderBottomWidth:1 ,borderColor:R.colors.grayBorderInputTextHeader}]}
multiline={true} multiline={true}
numberOfLines={5} numberOfLines={5}
textAlignVertical='top' textAlignVertical='top'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment