fix(a11y): bump Optional divider label to text-xs minimum (WCAG 1.4.4)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-18 14:38:29 +02:00
committed by marcel
parent f7ed154e4d
commit 91500c4cf1

View File

@@ -81,7 +81,7 @@ const titleValue = $derived(titleDirty ? currentTitle : suggestedTitle || curren
<!-- Optional divider -->
<div class="my-3 flex items-center gap-2">
<div class="flex-1 border-t border-line"></div>
<span class="text-[9px] font-bold tracking-widest text-ink-3 uppercase">Optional</span>
<span class="text-xs font-bold tracking-widest text-ink-3 uppercase">Optional</span>
<div class="flex-1 border-t border-line"></div>
</div>