code-review-fix task 11.4: add aria-pressed to span drawing and prediction toggle buttons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-18 20:33:41 +01:00
parent 49a2582e8a
commit 9fe833bcfc
2 changed files with 6 additions and 0 deletions

View file

@ -160,6 +160,7 @@ export default function PredictionPanel({
<label className="text-[10px] text-muted-foreground">Show on chart</label>
<button
onClick={onToggleVisibility}
aria-pressed={visible}
className={`px-2 py-0.5 text-[10px] rounded transition-colors ${
visible
? 'bg-primary/20 text-primary'