diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/comments/AddComment.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx index 4a1822a3..eda04752 100644 --- a/src/components/comments/AddComment.tsx +++ b/src/components/comments/AddComment.tsx @@ -130,31 +130,23 @@ const AddComment: React.FC<AddCommentProps> = ({momentId, placeholderText}) => { const styles = StyleSheet.create({ container: { - // backgroundColor: '#f7f7f7', alignItems: 'center', justifyContent: 'center', width: SCREEN_WIDTH, }, textContainer: { width: '95%', - // flexDirection: 'row', backgroundColor: '#e8e8e8', alignItems: 'center', - // alignSelf: 'center', justifyContent: 'space-between', - // justifyContent: 'center', margin: '3%', borderRadius: 25, - // borderWidth: 1, - // flex: 1, height: normalize(45), }, text: { flex: 1, padding: '1%', - // marginHorizontal: '1%', maxHeight: 100, - // borderWidth: 1, }, avatar: { height: 35, |