fix: qa feedback - message mentions color is now black across all themes

pull/2522/head
William Grant 3 years ago
parent 5c52b3ebc8
commit c6c487fe5d

@ -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;
`;

Loading…
Cancel
Save