diff --git a/ts/components/conversation/AddMentions.tsx b/ts/components/conversation/AddMentions.tsx index da4fdd4b9..b9ba2e73e 100644 --- a/ts/components/conversation/AddMentions.tsx +++ b/ts/components/conversation/AddMentions.tsx @@ -20,7 +20,7 @@ const StyledMentionAnother = styled.span` const StyledMentionedUs = styled(StyledMentionAnother)` background-color: var(--primary-color); - color: var(--text-primary-color); + color: var(--black-color); border-radius: 5px; `;