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 @@ -226,7 +226,7 @@ const Comment = ({
226226 />
227227 ) : (
228228 < HTMLLoader
229- cssClassName = "comment-body html-loader text-break mt-14px font-style text-primary-500 "
229+ cssClassName = "comment-body html-loader text-break mt-14px font-style"
230230 componentId = "comment"
231231 htmlNode = { renderedBody }
232232 testId = { id }
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
189189 title = { title }
190190 postUsers = { postUsers }
191191 />
192- < div className = "d-flex mt-14px text-break font-style text-primary-500 " >
192+ < div className = "d-flex mt-14px text-break font-style" >
193193 < HTMLLoader htmlNode = { renderedBody } componentId = "post" cssClassName = "html-loader w-100" testId = { postId } />
194194 </ div >
195195 { ( topicContext || topic ) && (
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const PostHeader = ({
126126 </ div >
127127 ) : (
128128 < h5
129- className = "mb-0 font-style text-primary-500 "
129+ className = "mb-0 font-style"
130130 style = { { lineHeight : '21px' } }
131131 aria-level = "1"
132132 tabIndex = "-1"
You can’t perform that action at this time.
0 commit comments