posts avatar size change

This commit is contained in:
feruz 2019-12-16 15:53:50 +02:00
parent f26e3265c2
commit 8345995a44
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ class PostCardView extends Component {
name={get(content, 'author')}
profileOnPress={this._handleOnUserPress}
reputation={get(content, 'author_reputation')}
size={32}
size={36}
tag={content.category}
rebloggedBy={rebloggedBy}
isPromoted={get(content, 'is_promoted')}

View File

@ -57,7 +57,7 @@ class PostListItemView extends Component {
date={isFormatedDate ? created : getTimeFromNow(created, true)}
name={username}
reputation={reputation}
size={32}
size={36}
tag={mainTag}
/>
<IconButton

View File

@ -202,7 +202,7 @@ class PostDisplayView extends PureComponent {
currentAccountUsername={name}
reputation={post.author_reputation}
tag={post.category}
size={16}
size={36}
/>
<PostBody body={post.body} />
<View style={styles.footer}>