From 6544b19037ffe2bd6b1458093345b8fb2816f771 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Wed, 28 Aug 2019 09:53:45 +0300 Subject: [PATCH] Fixed replies tab bottom desing issue --- src/components/comments/view/commentStyles.js | 5 ++--- src/components/comments/view/commentsView.js | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/comments/view/commentStyles.js b/src/components/comments/view/commentStyles.js index ba151708b..d5b8fb30c 100644 --- a/src/components/comments/view/commentStyles.js +++ b/src/components/comments/view/commentStyles.js @@ -1,8 +1,7 @@ import EStyleSheet from 'react-native-extended-stylesheet'; export default EStyleSheet.create({ - text: { - color: '$primaryBlack', - fontSize: 10, + list: { + marginBottom: 20, }, }); diff --git a/src/components/comments/view/commentsView.js b/src/components/comments/view/commentsView.js index 64b97f08c..3417bdfbd 100644 --- a/src/components/comments/view/commentsView.js +++ b/src/components/comments/view/commentsView.js @@ -9,7 +9,7 @@ import { injectIntl } from 'react-intl'; import { Comment } from '../../comment'; // Styles -// import styles from './commentStyles'; +import styles from './commentStyles'; class CommentsView extends PureComponent { /* Props @@ -60,6 +60,7 @@ class CommentsView extends PureComponent { return ( (