Merge pull request #144 from openedx/inf-158

fix: post summary pinned bar
This commit is contained in:
Muhammad Adeel Tajamul
2022-04-22 15:42:56 +05:00
committed by GitHub

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>
);