trending notes bg color
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martti Malmi 2023-11-30 13:14:29 +02:00
parent a4f691d260
commit ce93ee1c41
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ export default function TrendingNotes({ count = Infinity, small = false }) {
};
return (
<div className={classNames("flex flex-col", { "gap-4": small, "py-4": small })}>
<div className={classNames("flex flex-col", { "gap-6": small, "py-4": small })}>
{posts
.filter(a => !isEventMuted(a))
.slice(0, count) // Limit the number of posts displayed

View File

@ -15,7 +15,7 @@ export default function RightColumn() {
<SearchBox />
</div>
<div className="overflow-y-auto hide-scrollbar">
<div className="bg-superdark rounded-lg p-4 mt-8 text-neutral-500">
<div className="rounded-lg mt-8 text-neutral-500">
<div className="font-bold text-lg">
<FormattedMessage defaultMessage="Trending notes" id="6k7xfM" />
</div>