浏览代码

Fixed TextInput UI for Comments Section

Savio Fernando 1 年之前
父节点
当前提交
fa4938fe83
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/screens/News/NewsDetailPage.js

+ 1 - 2
src/screens/News/NewsDetailPage.js

@@ -349,6 +349,7 @@ const NewsDetailPage = props => {
                         style={{
                           backgroundColor: colors().dominant,
                           minHeight: verticalScale(64),
+                          maxHeight: 'auto',
                           flex: 1,
                           paddingVertical: verticalScale(8)
 
@@ -357,8 +358,6 @@ const NewsDetailPage = props => {
                           color: colors().recessive,
                           fontFamily: fonts.type.regular,
                           fontSize: moderateScale(16),
-                         
-
                         }}
                         outlineStyle={{
                           borderRadius: moderateScale(16),