Pushed a little fix to the dark mode for the comment border

refs https://github.com/TryGhost/Team/issues/1777
This commit is contained in:
James Morris 2022-08-11 13:53:42 +01:00
parent ceaecf43e6
commit 1e72a267a3

View File

@ -94,7 +94,7 @@ const Comment = ({updateIsEditing = null, isEditing, ...props}) => {
<div className="flex-0 mb-4">
<Avatar comment={comment} saturation={avatarSaturation} isBlank={isNotPublished} />
</div>
{!props.isReply && hasReplies && <div className="w-[3px] h-full mb-2 bg-gradient-to-b from-neutral-100 via-neutral-100 dark:bg-[rgba(255,255,255,0.05)] to-transparent grow rounded" />}
{!props.isReply && hasReplies && <div className="w-[3px] h-full mb-2 bg-gradient-to-b from-neutral-100 via-neutral-100 to-transparent dark:from-[rgba(255,255,255,0.05)] dark:via-[rgba(255,255,255,0.05)] grow rounded" />}
</div>
<div className="grow">
<div className="flex items-start -mt-[3px] mb-2">