File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ const Comment = ({
225225 />
226226 ) : (
227227 < HTMLLoader
228- cssClassName = "comment-body html-loader text-break mt-14px font-style text-primary-500 "
228+ cssClassName = "comment-body html-loader text-break mt-14px font-style"
229229 componentId = "comment"
230230 htmlNode = { renderedBody }
231231 testId = { id }
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
188188 postType = { postType }
189189 title = { title }
190190 />
191- < div className = "d-flex mt-14px text-break font-style text-primary-500 " >
191+ < div className = "d-flex mt-14px text-break font-style" >
192192 < HTMLLoader htmlNode = { renderedBody } componentId = "post" cssClassName = "html-loader w-100" testId = { postId } />
193193 </ div >
194194 { ( topicContext || topic ) && (
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const PostHeader = ({
119119 </ div >
120120 ) : (
121121 < h5
122- className = "mb-0 font-style text-primary-500 "
122+ className = "mb-0 font-style"
123123 style = { { lineHeight : '21px' } }
124124 aria-level = "1"
125125 tabIndex = "-1"
You can’t perform that action at this time.
0 commit comments