From 43bc88bae3ad02e13d54cae09ca667c331b8ba92 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Thu, 11 Dec 2025 12:03:02 +1300 Subject: [PATCH] Fix reply button on light mode --- materialious/src/lib/components/watch/Comment.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/materialious/src/lib/components/watch/Comment.svelte b/materialious/src/lib/components/watch/Comment.svelte index d0745475..5f8e9f6c 100644 --- a/materialious/src/lib/components/watch/Comment.svelte +++ b/materialious/src/lib/components/watch/Comment.svelte @@ -84,13 +84,13 @@ onclick={async () => loadReplies(comment.replies.continuation)} class="transparent replies" > - expand_more - {comment.replies.replyCount} {replyText} + expand_more + {comment.replies.replyCount} {replyText} {:else if replies} {/if}