fix: count background color
This commit is contained in:
@@ -36,7 +36,7 @@ export default function PostActionButton({
|
|||||||
href={{ pathname: `/posts/${postId}`, query: { reply: true } }}
|
href={{ pathname: `/posts/${postId}`, query: { reply: true } }}
|
||||||
>
|
>
|
||||||
<BsFillReplyFill />
|
<BsFillReplyFill />
|
||||||
<div className='flex items-center justify-center h-6 w-6 rounded-full text-xs bg-secondary-gray text-white'>
|
<div className='flex items-center justify-center h-6 w-6 rounded-full text-xs bg-primary-gray text-white'>
|
||||||
{replyCount}
|
{replyCount}
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
@@ -50,7 +50,7 @@ export default function PostActionButton({
|
|||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<BiSolidLike />{' '}
|
<BiSolidLike />{' '}
|
||||||
<div className='flex items-center justify-center h-6 w-6 rounded-full text-xs bg-secondary-gray text-white'>
|
<div className='flex items-center justify-center h-6 w-6 rounded-full text-xs bg-primary-gray text-white'>
|
||||||
{likeCount}
|
{likeCount}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user