From 9601974db06dfd257dd6d56ee7ce70bf72c68f2e Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 19 May 2026 21:30:54 +0200 Subject: [PATCH] ux(transcription): bump error banner font size to text-sm for readability text-xs (12px) is at the lower bound for the 60+ transcriber cohort. text-sm (14px) matches the visual weight of the progress counter label above and is more comfortable to read under stress (failed operation). Co-Authored-By: Claude Sonnet 4.6 --- .../src/lib/document/transcription/TranscriptionEditView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte index 02c6f3bf..7447557e 100644 --- a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte +++ b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte @@ -225,7 +225,7 @@ async function handleLabelToggle(label: string) {