Tweak greens (#9177)

* tweak greens

* undo test code
This commit is contained in:
Samuel Newman
2025-10-10 19:15:48 +03:00
committed by GitHub
parent ec8c36e614
commit 6cd6a3447d
10 changed files with 13 additions and 13 deletions
@@ -307,7 +307,7 @@ let NotificationFeedItem = ({
) : (
<Trans>{firstAuthorLink} reposted your post</Trans>
)
icon = <RepostIcon size="xl" style={{color: t.palette.positive_600}} />
icon = <RepostIcon size="xl" style={{color: t.palette.positive_500}} />
} else if (item.type === 'follow') {
let isFollowBack = false
@@ -519,7 +519,7 @@ let NotificationFeedItem = ({
) : (
<Trans>{firstAuthorLink} reposted your repost</Trans>
)
icon = <RepostIcon size="xl" style={{color: t.palette.positive_600}} />
icon = <RepostIcon size="xl" style={{color: t.palette.positive_500}} />
} else if (item.type === 'subscribed-post') {
const postsCount = 1 + (item.additional?.length || 0)
a11yLabel = hasMultipleAuthors