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:
parent
49a2582e8a
commit
9fe833bcfc
2 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue