Skip to content

Commit

Permalink
fix(a11y): Fix invalid task input labels (#6548)
Browse files Browse the repository at this point in the history
Replace `div` with `span` in task input labels.
  • Loading branch information
eatyourgreens authored Dec 16, 2024
1 parent 3e8f2ee commit 0debd4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function TaskInputLabel({

return (
<Box
as='span'
direction='row'
fill='horizontal'
justify={howShouldTheLabelBeAligned}
Expand Down

0 comments on commit 0debd4f

Please sign in to comment.