Increase ReplyIcon dimensions (#3086)
This commit is contained in:
parent
066e98e145
commit
757e58f83b
1 changed files with 2 additions and 2 deletions
|
|
@ -256,8 +256,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