diff --git a/src/components/MapControls.js b/src/components/MapControls.js index 9d8482f..2e9b33f 100644 --- a/src/components/MapControls.js +++ b/src/components/MapControls.js @@ -63,6 +63,7 @@ function MapControls({ cursor: "pointer", }} onClick={() => onBrushColorChange(color)} + aria-label={`Brush Color ${color}`} > {brushColor === color && ( handleStatusChange(color)} + aria-label={`Token label Color ${color}`} > {currentToken.status && currentToken.status.includes(color) && (