getFilteredComments(data.sentiment)}
- className={`flex cursor-pointer items-center gap-[3.46px] rounded-[4px] p-[3.17px] text-xs hover:bg-[#FEF2F8] dark:bg-[#33071E] ${
+ className={`flex cursor-pointer items-center gap-[3.46px] rounded-[4px] p-[3.17px] text-xs hover:bg-[#FEF2F8] ${
checkActive(data.sentiment) && 'bg-[#FEF2F8] text-pink_primary dark:bg-[#33071E]'
} ${loading ? 'pointer-events-none cursor-not-allowed opacity-50' : ''} ${
overallSentiments[data.sentiment] == 0 ? 'pointer-events-none' : ''
diff --git a/src/components/Post/Comment/EditableCommentContent.tsx b/src/components/Post/Comment/EditableCommentContent.tsx
index 766adeb895..d9d69e92a2 100644
--- a/src/components/Post/Comment/EditableCommentContent.tsx
+++ b/src/components/Post/Comment/EditableCommentContent.tsx
@@ -627,7 +627,7 @@ const EditableCommentContent: FC
= (props) => {
}}
className='mb-0'
/>
-
+
Sentiment:
{handleSentimentText()}
@@ -668,13 +668,13 @@ const EditableCommentContent: FC
= (props) => {
@@ -775,14 +775,14 @@ const EditableCommentContent: FC = (props) => {
htmlType='button'
disabled={loadingReply}
onClick={handleReplyCancel}
- className='mr-2 flex items-center dark:bg-transparent dark:text-white'
+ className='mr-2 flex items-center dark:border-[#3B444F] dark:bg-transparent dark:text-white'
>
Cancel
diff --git a/src/components/Post/Comment/EditableReplyContent.tsx b/src/components/Post/Comment/EditableReplyContent.tsx
index 8471b63a55..713e324b5a 100644
--- a/src/components/Post/Comment/EditableReplyContent.tsx
+++ b/src/components/Post/Comment/EditableReplyContent.tsx
@@ -540,13 +540,13 @@ const EditableReplyContent = ({ userId, className, commentId, content, replyId,
@@ -560,10 +560,10 @@ const EditableReplyContent = ({ userId, className, commentId, content, replyId,
className='rounded-b-md bg-[#ebf0f5] px-2 py-2 text-sm dark:bg-[#141416] md:px-4'
md={content}
/>
-
+
{isEditable && (