From 0f0d74eb2fa3c3db5b5a1e4e1583851e14ebc626 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 26 Mar 2026 19:41:10 +0100 Subject: [PATCH] fix(#81): use text-primary-fg for badge text so dark mode reads correctly In dark mode --c-primary flips to mint (#a1dcd8), making text-white unreadable. text-primary-fg is already paired correctly in both modes. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/DocumentBottomPanel.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/DocumentBottomPanel.svelte b/frontend/src/lib/components/DocumentBottomPanel.svelte index ee461e6c..a2aba5b8 100644 --- a/frontend/src/lib/components/DocumentBottomPanel.svelte +++ b/frontend/src/lib/components/DocumentBottomPanel.svelte @@ -140,7 +140,7 @@ function handleCountChange(count: number) { {#if tab.id === 'discussion'} {discussionCount} {/if}