Currently the icon button component does not strictly require an aria label. This means that all of the current icon buttons are just read as label for blind screen reader users like me.
I'm going to fix this issue myself by adding aria-label as a required prop and manually labeling every icon button.
Currently the icon button component does not strictly require an aria label. This means that all of the current icon buttons are just read as label for blind screen reader users like me.
I'm going to fix this issue myself by adding aria-label as a required prop and manually labeling every icon button.