fix: post summary pinned bar

This commit is contained in:
adeel.tajamul
2022-04-22 08:46:44 +05:00
parent a77b947e8a
commit 4b7145dccd

View File

@@ -58,7 +58,7 @@ function PostsList({ posts, topics }) {
// Add a spacing after the group of pinned posts
return (
<React.Fragment key={post.id}>
<div className="p-1 bg-light-300" />
<div className="p-1 bg-light-400" />
<PostLink post={post} key={post.id} />
</React.Fragment>
);