From b01a9ef406ae361e46adea0a20580b044eb7cf2e Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 7 Apr 2026 11:54:57 +0200 Subject: [PATCH] refactor(ui): use bg-turquoise/10 token for paragraph hover Replaces hardcoded rgba value with the project's turquoise color token for dark mode compatibility. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/TranscriptionReadView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/TranscriptionReadView.svelte b/frontend/src/lib/components/TranscriptionReadView.svelte index 3c911065..65929a24 100644 --- a/frontend/src/lib/components/TranscriptionReadView.svelte +++ b/frontend/src/lib/components/TranscriptionReadView.svelte @@ -16,7 +16,7 @@ let sorted = $derived([...blocks].sort((a, b) => a.sortOrder - b.sortOrder));
{#each sorted as block (block.id)}
onParagraphClick(block.annotationId)}