From fe6fbcaad61e19828b26f4c1b3e4025576bc0b64 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Thu, 4 Nov 2021 14:55:57 +0530 Subject: [PATCH] Minor UI corrections for comment dialog --- frontend/src/Editor/Comment/CommentFooter.jsx | 2 +- frontend/src/Editor/Comment/CommentHeader.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Editor/Comment/CommentFooter.jsx b/frontend/src/Editor/Comment/CommentFooter.jsx index 39ace8ca33..7b32759f0d 100644 --- a/frontend/src/Editor/Comment/CommentFooter.jsx +++ b/frontend/src/Editor/Comment/CommentFooter.jsx @@ -57,7 +57,7 @@ function CommentFooter({ editComment = '', editCommentId, handleSubmit }) { 'cursor-not-allowed': !comment, })} > - diff --git a/frontend/src/Editor/Comment/CommentHeader.jsx b/frontend/src/Editor/Comment/CommentHeader.jsx index bb97a08ec2..8297e8e607 100644 --- a/frontend/src/Editor/Comment/CommentHeader.jsx +++ b/frontend/src/Editor/Comment/CommentHeader.jsx @@ -75,14 +75,14 @@ const CommentHeader = ({ socket, count = 0, threadId, isResolved, isThreadOwner,
{getResolveIcon()}