Increase ReplyIcon dimensions (#3091)
This commit is contained in:
parent
a5f8b9bdcc
commit
aceef20257
1 changed files with 2 additions and 2 deletions
|
|
@ -240,8 +240,8 @@ export default class PostHeader extends PureComponent {
|
|||
style={style.replyIconContainer}
|
||||
>
|
||||
<ReplyIcon
|
||||
height={15}
|
||||
width={15}
|
||||
height={16}
|
||||
width={16}
|
||||
color={theme.linkColor}
|
||||
/>
|
||||
{!isSearchResult &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue