From a845b0cf1db4aa359bb2724a6e667e1bb44b5ac6 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Wed, 10 Jan 2024 08:21:24 -0800 Subject: [PATCH] commenting remove blue colors --- frontend/packages/app/components/comments.tsx | 3 --- frontend/packages/app/pages/comment-draft.tsx | 3 +-- frontend/packages/app/pages/comment.tsx | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/packages/app/components/comments.tsx b/frontend/packages/app/components/comments.tsx index f5fa307cd..f29fe7aa9 100644 --- a/frontend/packages/app/components/comments.tsx +++ b/frontend/packages/app/components/comments.tsx @@ -198,8 +198,6 @@ export function EntityCommentsAccessory({ const createComment = trpc.comments.createCommentDraft.useMutation() return ( @@ -306,7 +304,6 @@ export function CommentPageTitlebar({ height={40} borderBottomWidth={1} borderColor="$borderColor" - backgroundColor={'$blue2'} ai="center" jc="center" paddingHorizontal="$2" diff --git a/frontend/packages/app/pages/comment-draft.tsx b/frontend/packages/app/pages/comment-draft.tsx index 76d51562b..460aeb1e2 100644 --- a/frontend/packages/app/pages/comment-draft.tsx +++ b/frontend/packages/app/pages/comment-draft.tsx @@ -31,7 +31,6 @@ function CommitBar({ return ( - + - + {comment.isLoading ? : null} {route.showThread && targetDocId && comment.data?.repliedComment ? (