Skip to content

Commit a4cfa22

Browse files
fix: fixed CommentsView color
1 parent 267cee1 commit a4cfa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discussions/post-comments/comments/CommentsView.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const CommentsView = ({ threadType }) => {
9292
variant="plain"
9393
block="true"
9494
className="card mb-4 px-0 border-0 py-10px mt-2 font-style font-weight-500
95-
line-height-24 text-primary-500"
95+
line-height-24 text-primary-500 bg-white"
9696
onClick={handleAddResponse}
9797
data-testid="add-response"
9898
>

0 commit comments

Comments
 (0)