Merge pull request #793 from raccoongang/buhaienko/fix/remove-primary-color-from-discussion-post-and-messages-text
fix: remove primary color from discussion post and messages text
This commit is contained in:
@@ -226,7 +226,7 @@ const Comment = ({
|
|||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<HTMLLoader
|
<HTMLLoader
|
||||||
cssClassName="comment-body html-loader text-break mt-14px font-style text-primary-500"
|
cssClassName="comment-body html-loader text-break mt-14px font-style"
|
||||||
componentId="comment"
|
componentId="comment"
|
||||||
htmlNode={renderedBody}
|
htmlNode={renderedBody}
|
||||||
testId={id}
|
testId={id}
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
|
|||||||
title={title}
|
title={title}
|
||||||
postUsers={postUsers}
|
postUsers={postUsers}
|
||||||
/>
|
/>
|
||||||
<div className="d-flex mt-14px text-break font-style text-primary-500">
|
<div className="d-flex mt-14px text-break font-style">
|
||||||
<HTMLLoader htmlNode={renderedBody} componentId="post" cssClassName="html-loader w-100" testId={postId} />
|
<HTMLLoader htmlNode={renderedBody} componentId="post" cssClassName="html-loader w-100" testId={postId} />
|
||||||
</div>
|
</div>
|
||||||
{(topicContext || topic) && (
|
{(topicContext || topic) && (
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ const PostHeader = ({
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<h5
|
<h5
|
||||||
className="mb-0 font-style text-primary-500"
|
className="mb-0 font-style"
|
||||||
style={{ lineHeight: '21px' }}
|
style={{ lineHeight: '21px' }}
|
||||||
aria-level="1"
|
aria-level="1"
|
||||||
tabIndex="-1"
|
tabIndex="-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user