fix(a11y): bump Optional divider label to text-xs minimum (WCAG 1.4.4)
Some checks failed
CI / Unit & Component Tests (push) Failing after 2m37s
CI / OCR Service Tests (push) Successful in 38s
CI / Backend Unit Tests (push) Failing after 2m43s
CI / Unit & Component Tests (pull_request) Failing after 2m35s
CI / Backend Unit Tests (pull_request) Failing after 2m48s
CI / OCR Service Tests (pull_request) Successful in 37s
Some checks failed
CI / Unit & Component Tests (push) Failing after 2m37s
CI / OCR Service Tests (push) Successful in 38s
CI / Backend Unit Tests (push) Failing after 2m43s
CI / Unit & Component Tests (pull_request) Failing after 2m35s
CI / Backend Unit Tests (pull_request) Failing after 2m48s
CI / OCR Service Tests (pull_request) Successful in 37s
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 -->
|
<!-- Optional divider -->
|
||||||
<div class="my-3 flex items-center gap-2">
|
<div class="my-3 flex items-center gap-2">
|
||||||
<div class="flex-1 border-t border-line"></div>
|
<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 class="flex-1 border-t border-line"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user