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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user