fix(documents): enlarge undated badge text to text-xs for legibility
"Datum unbekannt" is a semantically meaningful date surface, not decorative chrome, so the 10px chip text is too small for the senior reader audience. Bump to text-xs (≥12px) per the WCAG min-legible-text guidance. Refs #668 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@ const showRawLine = $derived(
|
|||||||
-->
|
-->
|
||||||
<span
|
<span
|
||||||
data-testid="undated-badge"
|
data-testid="undated-badge"
|
||||||
class="inline-flex items-center gap-1 rounded border border-line px-1.5 py-0.5 font-sans text-[10px] tracking-widest text-ink-3 uppercase"
|
class="inline-flex items-center gap-1 rounded border border-line px-1.5 py-0.5 font-sans text-xs tracking-widest text-ink-3 uppercase"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
class="h-3 w-3 shrink-0 text-ink-3"
|
class="h-3 w-3 shrink-0 text-ink-3"
|
||||||
|
|||||||
Reference in New Issue
Block a user