style: small change

This commit is contained in:
Stevan Freeborn
2023-09-15 14:24:35 -05:00
parent 508bf2113d
commit bc86873d89
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export default function PostActionButton({
isLiked ? 'text-primary-accent' : ''
}`}
>
<BiSolidLike />{' '}
<BiSolidLike className='flex-shrink-0' />
<div className='flex items-center justify-center h-6 w-6 rounded-full text-xs bg-primary-gray text-white'>
{likeCount}
</div>