Added aria-labels to color pickers
This commit is contained in:
@@ -63,6 +63,7 @@ function MapControls({
|
||||
cursor: "pointer",
|
||||
}}
|
||||
onClick={() => onBrushColorChange(color)}
|
||||
aria-label={`Brush Color ${color}`}
|
||||
>
|
||||
{brushColor === color && (
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user