Compare commits

...

1 Commits

Author SHA1 Message Date
ayesha waris
67b0216a1d fix: removes outline around comment cards 2023-03-29 15:34:24 +05:00

View File

@@ -110,7 +110,7 @@ function Comment({
{/* eslint-disable jsx-a11y/no-noninteractive-tabindex */}
<div
tabIndex="0"
className="d-flex flex-column card on-focus"
className="d-flex flex-column card on-focus border-0"
data-testid={`comment-${comment.id}`}
role="listitem"
>