From 27e79a3a3d3e3bc0ab4d07e2ce1b903a93bd550b Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:06:55 +0100 Subject: [PATCH] Changed replies line color to be more clear (#21879) No ref - The line was almost invisible in dark mode, so the color has been adjusted to be slightly less transparent. --- apps/comments-ui/src/components/content/Comment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/content/Comment.tsx b/apps/comments-ui/src/components/content/Comment.tsx index c936c64445..3860799424 100644 --- a/apps/comments-ui/src/components/content/Comment.tsx +++ b/apps/comments-ui/src/components/content/Comment.tsx @@ -411,7 +411,7 @@ const RepliesLine: React.FC<{hasReplies: boolean}> = ({hasReplies}) => { return null; } - return (
); + return (); }; type CommentLayoutProps = {