Skip to content

Commit

Permalink
BoxControl: Fix aria-valuetext value
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 28, 2024
1 parent 011e7af commit ffe3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/box-control/input-control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function BoxInputControl( {
}
aria-valuetext={
marks[ presetIndex !== undefined ? presetIndex + 1 : 0 ]
.label
.tooltip
}
renderTooltipContent={ ( index ) =>
marks[ ! index ? 0 : index ].tooltip
Expand Down

0 comments on commit ffe3953

Please sign in to comment.